Skip to content

v0.2.5

Compare
Choose a tag to compare
@VRSEN VRSEN released this 30 May 05:01
· 78 commits to main since this release

New Features

  • Converting OpenAI/OpenAPI schemas using ToolFactory into tools has been significantly improved with datamodel-code-generator. Now, all parameters and endpoints are converted into BaseTools flawlessly, even with complex data structures like oneOf or allOf, allowing the agent to validate all inputs before calling the API.
  • Default model is now gpt-4o.
  • Gradio interface now accepts image files for analysis with vision.
  • Gradio interface now automatically adds required tools to the recipient agent when uploading files.

Bug Fixes

  • Fixed bugs with the initialization of assistants created with the V1 assistants API. #128
  • Fixed file assignment to tool resources based on file types in the Gradio interface.
  • Fixed typos by @Elektra58.

New Contributors

Note

Version 0.2.4 was skipped because of an extra debug statement that was not removed.

Full Changelog: v0.2.3...v0.2.5