Google Python GenAI Library v2.23.0 Adds Environment Copying and Dynamic Turn Completion
sdkaiengineer
feature patch
Version 2.23.0 of the Google Python GenAI library introduces new capabilities for developers using generative AI models. It adds `from_environment` support for environment copying, which streamlines configuration management. The update also facilitates dynamic turn completion via `interaction_status` in `live.py receive()`, enhancing real-time interaction control within applications. Additionally, a minor bug fix addresses an unused field in `FunctionResultDelta`, improving code stability.
- →Add from_environment support for environment copying
- →Support dynamic turn completion via interaction_status in live.py receive()
- →Remove unused field from FunctionResultDelta
Features (2) ›
- Add from_environment support for environment copying
- Support dynamic turn completion via interaction_status in live.py receive()
Fixes (1) ›
- Remove unused field from FunctionResultDelta
Read the original announcement →
https://github.com/googleapis/python-genai/releases/tag/v2.23.0
Related releases
- Gemini Desktop App Now Available for Windows Users Gemini Blog ·
- 4 ways Gemini makes administrative chores quick and easy Gemini Blog ·
- Lyria 3.5 music generation model generally available in Gemini Gemini Blog ·
- Genkit Python SDK v0.11.0 Improves Error Handling, Video Integration, and Model Configuration Genkit Releases ·
- Genkit Go v1.13.1 Retracts v1.13.0 and Corrects A2UI Plugin Path Genkit Releases ·
- Genkit Go v1.13.0 Adds Resilient AI Agents & A2UI Interactive UI Plugin Preview Genkit Releases ·