v0.2.13 (2025-06-03)
What's Changed
- Make parallel_evaluation_example more robust by @DouweM in #1861
- Ensure tool call parts with custom argument model validation errors are serializable by @DouweM in #1862
- Add option to pass expected output to LLMJudge by @hinnefe2 in #1853
- Fix unexpected part error when Google model returns empty text delta by @Blue9 in #1875
- Generate ToolCallPart.tool_call_id when OpenAI-compatible API returned an empty string by @DouweM in #1892
- docs: Fix import for BaseModel in graph example code by @briann in #1894
- Add new _GeminiThoughtPart to adhere to Gemini response by @dnouri in #1897
New Contributors
- @hinnefe2 made their first contribution in #1853
- @Blue9 made their first contribution in #1875
- @briann made their first contribution in #1894
- @dnouri made their first contribution in #1897
Full Changelog: v0.2.12...v0.2.13