Skip to content

v0.22.0

Compare
Choose a tag to compare
@jackmpcollins jackmpcollins released this 04 May 07:00
· 81 commits to main since this release

What's Changed

  • πŸš€ Forced function calling using the new tool_choice: "required" argument from OpenAI. This means no more StructuredOutputError caused by the model returning a string when it was not in the return annotation (for prompt-functions with a union return type. Single return types were already forced).

PRs

Full Changelog: v0.21.1...v0.22.0