Files
pipecat/changelog/4147.fixed.md
2026-03-25 23:42:42 +00:00

2 lines
287 B
Markdown

- 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.