Merge pull request #3429 from lukepayyapilli/fix/gemini-live-interrupted-signal

feat: handle server_content.interrupted for faster interruptions
This commit is contained in:
kompfner
2026-01-28 10:25:36 -05:00
committed by GitHub
2 changed files with 15 additions and 1 deletions

1
changelog/3429.added.md Normal file
View File

@@ -0,0 +1 @@
- Added handling for `server_content.interrupted` signal in the Gemini Live service for faster interruption response in the case where there isn't already turn tracking in the pipeline, e.g. local VAD + context aggregators. When there is already turn tracking in the pipeline, the additional interruption does no harm.