Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 07 May 19:15
· 36 commits to main since this release
e70b7e3

v0.9.1 — OpenAI tool-call compatibility fix

Patch release for a single but high-impact bug: OpenAI's API rejects tool-call objects that don't carry an explicit type: "function" field. Our schemas were producing them implicitly, which worked everywhere except OpenAI proper. Fixed.

What's Changed

  • fix(analyzer): set tool_calls[].type=function for OpenAI compatibility by @britt in #78

Full Changelog: v0.9.0...v0.9.1