Releases: AnswerDotAI/msglm
Releases · AnswerDotAI/msglm
v0.0.9
New Features
- Auto handle empty text parts (#12)
v0.0.8
New Features
- Improve
find_block
in openai to handle more message types, including reasoning outputs (#10)
- Move openai to responses API (#9)
v0.0.7
New Features
- add anthropic citation support (#7), thanks to @comhar
Bugs Squashed
mk_msgs_anthropic
fails if no msgs (#8)
v0.0.6
New Features
- add support for using a single cache checkpoint (#4), thanks to @bclavie
v0.0.5
What's Changed
- add support for using a single cache checkpoint by in #4
v0.0.4
New Features
- add pdf support for Claude (#2), thanks to @comhar
- convert
mk_msg
output to AttrDict
v0.0.3
New Features
- use simpler message format for text only messages
v0.0.2
Bugs Squashed
- fix
mk_img
bug
- fix openai tool use bug