Skip to content

v0.0.14

Choose a tag to compare

@KeremTurgutlu KeremTurgutlu released this 08 Jun 08:56
· 25 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)

    • Image
  • fix truncation (#39), thanks to @RensDimmendaal