Skip to content

Commit 23cbf83

Browse files
authored
changelogs for release 1.2.16 (#204)
1 parent 22f6cce commit 23cbf83

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

changelog/overview.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ title: "Product updates"
33
mode: "wide"
44
---
55

6+
<Update label="2025-04-11" description="v1.2.16">
7+
## Improvements:
8+
9+
- **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.
10+
- **Knowledge on Teams**: Added `knowledge` to `Team` to better align with the functionality on `Agent`. This comes with `retriever` to set a custom retriever and `search_knowledge` to enable Agentic RAG.
11+
12+
## Bug Fixes:
13+
14+
- **Gemini Grounding Chunks**: Fixed error when Gemini Grounding was used in streaming.
15+
- **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 `OpenAIResponses` and `OpenAIChat`.
16+
17+
</Update>
18+
619
<Update label="2025-04-08" description="v1.2.14">
720
## Improvements:
821

0 commit comments

Comments
 (0)