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.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
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).
可执行摘要
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 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- 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.