mirror of
https://github.com/home-assistant/core.git
synced 2026-08-06 05:14:06 +01:00
Bump google-genai to 2.16.0 (#177922)
This commit is contained in:
@@ -8,5 +8,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/google_generative_ai_conversation",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["google-genai==1.59.0"]
|
||||
"requirements": ["google-genai==2.16.0"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -1137,7 +1137,7 @@ google-cloud-speech==2.31.1
|
||||
google-cloud-texttospeech==2.25.1
|
||||
|
||||
# homeassistant.components.google_generative_ai_conversation
|
||||
google-genai==1.59.0
|
||||
google-genai==2.16.0
|
||||
|
||||
# homeassistant.components.google_health
|
||||
google-health-api==0.6.0
|
||||
|
||||
@@ -274,10 +274,14 @@ async def test_function_call(
|
||||
},
|
||||
"inline_data": None,
|
||||
"media_resolution": None,
|
||||
"part_metadata": None,
|
||||
"text": None,
|
||||
"thought": None,
|
||||
"thought_signature": None,
|
||||
"tool_call": None,
|
||||
"tool_response": None,
|
||||
"video_metadata": None,
|
||||
"audio_transcription": None,
|
||||
}
|
||||
|
||||
# Test history conversion for multi-turn conversation
|
||||
|
||||
Reference in New Issue
Block a user