Changelog
Improvements:
- Teams Improvements: Multiple improvements to teams to make task forwarding to member agents more reliable and to make the team leader more conversational. Also added various examples of reasoning with teams.
- Knowledge on Teams: Added
knowledgetoTeamto better align with the functionality onAgent. This comes withretrieverto set a custom retriever andsearch_knowledgeto enable Agentic RAG.
Bug Fixes:
- Gemini Grounding Chunks: Fixed error when Gemini Grounding was used in streaming.
- OpenAI Defaults in Structured Outputs: OpenAI does not allow defaults in structured outputs. To make our structured outputs as compatible as possible without adverse effects, we made updates to
OpenAIResponsesandOpenAIChat.
What's Changed
- structured-outputs-fix-ag-2966 by @ysolanky in #2751
- Add default IDs for agent/team/workflow in playground apps by @dirkbrnd in #2748
- Fix(gemini): Prevent TypeError when parsing null grounding_chunks by @JoAz111 in #2687
- Fix task forwarding issues in Teams by @dirkbrnd in #2757
- add index name in Mongodb by @pritipsingh in #2773
- Release 1.2.16 by @dirkbrnd in #2775
New Contributors
Full Changelog: v1.2.15...v1.2.16