v0.2.5
New Features
- Converting OpenAI/OpenAPI schemas using
ToolFactory
into tools has been significantly improved withdatamodel-code-generator
. Now, all parameters and endpoints are converted intoBaseTool
s flawlessly, even with complex data structures likeoneOf
orallOf
, 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
- @beanlover made their first contribution in #129
- @Elektra58 made their first contribution in #132
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