model-behaviorAutomated release watch

Google Gen AI SDK v2.23.0

Google Gen AI SDK v2.23.0 adds dynamic turn completion via interaction status in the live module, introduces environment copying support, and cleans up FunctionResultDelta.

Human read

Why this signal matters

Google Gen AI SDK version 2.23.0 includes the following changes: - Features: - Added support for copying environments using 'from environment' (commit e6d3168). - Added support for dynamic turn completion via interaction status in live.py 's receive() method (commit 455df80). - Bug Fixes: - Removed an unused field from FunctionResultDelta (commit 2843079).

Agent parse

Actionable summary

Google Gen AI SDK v2.23.0 updates live.py receive() to support dynamic turn completion based on interaction status, adds environment copying via from environment , and removes an unused field from FunctionResultDelta .

Agent usefulness
82/100
Confidence
96%
Canonical data
JSON + Markdown
Next actions

What builders should check

  • Upgrade google-genai SDK to v2.23.0 to utilize dynamic turn completion in live sessions.
  • Verify that code interacting with FunctionResultDelta does not rely on the removed unused field.
Classification

Tags and routing

geminigooglesdk
Related signals

Continue the thread