v1.0.10 (2025-09-19)
What's Changed
- Fix OTel for built-in tools returning a list (e.g. Anthropic web search) by @DouweM in #2959
- Drop assertion that Google streaming chunk has candidates by @DouweM in #2960
- Retry model request that produced an empty response by @DouweM in #2961
- Clarify
Agent(retries=...)
description by @DouweM in #2963 - Stop redundantly encoding binary data as base64 when sending to Google genai SDK by @DouweM in #2962
- Use model class names as tags in
format_as_xml
and add option to include field titles and descriptions as attributes by @giacbrd in #2313
Full Changelog: v1.0.9...v1.0.10