From 2d78533d777347815c866fb6fc776c6a437c78ba Mon Sep 17 00:00:00 2001 From: Chad Bailey Date: Wed, 25 Mar 2026 23:42:42 +0000 Subject: [PATCH] Add changelog for Gemini Live server_content fix --- changelog/4147.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4147.fixed.md diff --git a/changelog/4147.fixed.md b/changelog/4147.fixed.md new file mode 100644 index 000000000..985990c4d --- /dev/null +++ b/changelog/4147.fixed.md @@ -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.