Skip to content

v0.33.0

Compare
Choose a tag to compare
@jackmpcollins jackmpcollins released this 29 Nov 08:41
· 26 commits to main since this release

What's Changed

Warning

Breaking change: The prompt-function return type and the output_types argument to ChatModel must now contain FunctionCall or (Async)ParallelFunctionCall if these return types are desired. Previously instances of these types could be returned even if they were not indicated in the output types.

  • Dependency updates
  • Improve development workflows
  • Big internal refactor to prepare for future features. See PR #380 for details.

PRs

Full Changelog: v0.32.0...v0.33.0