gemini Gemini Python SDK Releases · · 2.23.0

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