Merge pull request #4359 from pipecat-ai/pk/changelog-4355-rename

chore: rebind Gemini Live reconnect changelog fragment to PR #4355
This commit is contained in:
kompfner
2026-04-23 14:10:36 -04:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -1 +0,0 @@
Fixed Gemini Live losing conversation history in the (rare) case of a WebSocket reconnect before any session resumption handle is received. When the session reconnects (e.g. on system instruction change), conversation history is now re-seeded into the new session before it is marked ready for input.

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

@@ -0,0 +1 @@
- Fixed Gemini Live losing conversation history in the (rare) case of a WebSocket reconnect before any session resumption handle is received. When the session reconnects (e.g. on system instruction change), conversation history is now re-seeded into the new session before it is marked ready for input.