Further tweaks and improvements to Gemini 3 support in Gemini Live

Gets Gemini 3 support to the point where it works with:
- The "legacy" pattern from the previous (removed) 26- example
- inference_on_context_initialization=True (the default)
- inference_on_context_initialization=False
This commit is contained in:
Paul Kompfner
2026-03-24 10:45:41 -04:00
parent d314e2831a
commit 8109ab6135
2 changed files with 29 additions and 22 deletions

View File

@@ -1 +1 @@
- Upcoming Gemini Live models don't support replacing the context during a session, so creating a single response (by using an `LLMMessagesAppendFrame` without a context manager, for example) will return an error with those models.
- Added Gemini 3 support to the Gemini Live service.