Skip to content

Releases: AnswerDotAI/msglm

v0.0.11

16 Aug 22:47
Compare
Choose a tag to compare

New Features

v0.0.10

23 Jul 05:12
Compare
Choose a tag to compare

New Features

v0.0.9

15 Jul 23:04
Compare
Choose a tag to compare

New Features

  • Auto handle empty text parts (#12)

v0.0.8

23 Jun 05:09
Compare
Choose a tag to compare

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

12 Apr 01:35
Compare
Choose a tag to compare

New Features

  • add anthropic citation support (#7), thanks to @comhar

Bugs Squashed

  • mk_msgs_anthropic fails if no msgs (#8)

v0.0.6

29 Jan 03:36
Compare
Choose a tag to compare

New Features

  • add support for using a single cache checkpoint (#4), thanks to @bclavie

v0.0.5

28 Jan 07:16
05e66d4
Compare
Choose a tag to compare

What's Changed

  • add support for using a single cache checkpoint by in #4

v0.0.4

23 Nov 00:03
Compare
Choose a tag to compare

New Features

  • add pdf support for Claude (#2), thanks to @comhar
  • convert mk_msg output to AttrDict

v0.0.3

23 Oct 14:19
Compare
Choose a tag to compare

New Features

  • use simpler message format for text only messages

v0.0.2

15 Oct 19:31
Compare
Choose a tag to compare

Bugs Squashed

  • fix mk_img bug
  • fix openai tool use bug