Fix: support request data in SmallWebRTC

This commit is contained in:
Mark Backman
2025-11-04 17:14:29 -05:00
parent c20aa78648
commit 01f3421052
2 changed files with 12 additions and 0 deletions

View File

@@ -33,6 +33,10 @@ reason")`.
### Fixed
- Fixed an issue where the `SmallWebRTCRequest` dataclass in runner would scrub
arbitrary request data from client due to camelCase typing. This fixes data
passthrough for JS clients where `APIRequest` is used.
- Fixed `GeminiLiveLLMService` session resumption after a connection timeout.
- `GeminiLiveLLMService` now properly supports context-provided system