Fix a bug in GeminiLiveLLMService where in some circumstances it wouldn't respond after a tool call

This commit is contained in:
Paul Kompfner
2025-11-04 10:26:56 -05:00
parent 24365aeefe
commit 75245e1daa
2 changed files with 10 additions and 3 deletions

View File

@@ -76,6 +76,9 @@ reason")`.
arbitrary request data from client due to camelCase typing. This fixes data
passthrough for JS clients where `APIRequest` is used.
- Fixed a bug in `GeminiLiveLLMService` where in some circumstances it wouldn't
respond after a tool call.
- Fixed `GeminiLiveLLMService` session resumption after a connection timeout.
- `GeminiLiveLLMService` now properly supports context-provided system