v0.3.6 (2025-07-04)
What's Changed
- Deprecate
{FunctionToolCallEvent,FunctionToolResultEvent}.call_id
in favor oftool_call_id
by @proever in #2028 - Indicate to the model that a
RetryPromptPart
not tied to a tool call contains validation feedback rather than a user message by @hovi in #2008 - Update starlette subdomain in docs by @alDuncanson in #2099
- Update client.md - Typo by @kauabh in #2105
- Add support for predicted outputs in OpenAIModelSettings by @webholics in #2106
- Record tool response in tool run span by @alexmojaki in #2109
- Use contextvars for agent overriding, rather than a local attribute by @dmontagu in #2118
- Fix model parameters not being customized in fallback model request stream by @almeidaalajoel in #2120
- simplify weather example by @samuelcolvin in #2129
New Contributors
- @alDuncanson made their first contribution in #2099
- @webholics made their first contribution in #2106
- @almeidaalajoel made their first contribution in #2120
Full Changelog: v0.3.5...v0.3.6