Skip to content

V0.10.12

Version 0.10.12

This release includes updates to dependencies and improvements to the StructuredBot's handling of specific model outputs.

New Features

  • Updated the litellm dependency to ensure compatibility and performance enhancements. (a905216) (Eric Ma)

Bug Fixes

  • Enhanced the StructuredBot to correctly initialize and handle ollama_chat models, which support structured outputs. This update includes a new condition to bypass standard checks for these models and an updated error message indicating support for gpt-4 models. A test case has been added to verify correct initialization without errors. (84dc794) (Eric Ma)

Deprecations

  • None in this release.