Skip to content

v0.0.15

Choose a tag to compare

@jph00 jph00 released this 09 Jun 03:59
· 18 commits to main since this release

New Features

  • Resize images returned from tool call (Anthropic) (#41)

Bugs Squashed

  • Anthropic messages: text content blocks must be non-empty (#44)
  • Invalid 'input[95].call_id': string too long. Expected a string with maximum length 64, but got a string with length 116 instead. (#45)
  • Fireworks generates tool_call.ids that result in Anthropic API calls failing (#42)
  • Claude server tool_result yield bug (#40)
  • fix truncation (#39), thanks to @RensDimmendaal