v1.0.2 (2025-09-08)
What's Changed
- Add support for durable execution with DBOS by @qianl15 in #2638
- Support sequential tool calling by @strawgate in #2718
- Add
GoogleModelSettings.google_cached_content
to passcached_content
by @Hojland in #2832 - Add
ModelResponse.finish_reason
and setprovider_response_id
while streaming by @fatelei in #2590 - Add support for
gen_ai.response.id
by @Kludex in #2831 - Only send tool choice to Bedrock Converse API for Anthropic and Nova models by @DouweM in #2819
- Handle errors in cost calculation in InstrumentedModel by @alexmojaki in #2834
New Contributors
- @Hojland made their first contribution in #2832
- @qianl15 made their first contribution in #2638
- @fatelei made their first contribution in #2590
Full Changelog: v1.0.1...v1.0.2