Changelog
Improvements:
- OpenAIResponses File Search: Added support for the built-in “File Search” function from OpenAI. This automatically uploads
File
objects attached to the agent prompt. - OpenAIReponses web citations: Added support to extract URL citations after usage of the built-in “Web Search” tool from OpenAI.
- Anthropic document citations: Added support to extract document citations from Claude responses when
File
objects are attached to agent prompts. - Cohere Command A: Support and examples added for Coheres new flagship model
Bug Fixes:
- Ollama tools: Fixed issues with tools where parameters are not typed.
- Anthropic Structured Output: Fixed issue affecting Anthropic and Anthropic via Azure where structured output wouldn’t work in some cases. This should make the experience of using structured output for models that don’t natively support it better overall. Also now works with enums as types in the Pydantic model.
- Google Maps Places: Support from Google for Places API has been changed and this brings it up to date so we can continue to support “search places”.
What's Changed
- cohere-command-a-ag-2886 by @ysolanky in #2398
- workspace-settings-update-ag-2863 by @ysolanky in #2377
- Fix ollama tool parsing by @dirkbrnd in #2406
- Fix issue with structured output by @dirkbrnd in #2407
- Add support for file-search OpenAIResponse tool by @dirkbrnd in #2399
- Add fix for google maps to allow places API by @dirkbrnd in #2408
- Update tests on release by @dirkbrnd in #2396
- Release 1.1.13 by @dirkbrnd in #2411
Full Changelog: v1.1.12...v.1.1.13