Add changelog for Gemini Live server_content fix

This commit is contained in:
Chad Bailey
2026-03-25 23:42:42 +00:00
parent c1dd44f947
commit 2d78533d77

1
changelog/4147.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed Gemini Live message handling to process all `server_content` fields independently. Gemini 3.x can bundle multiple fields (e.g. `model_turn` and `output_transcription`) on the same message, but the previous `elif` chain only processed the first match, silently dropping the rest.