Address review: remove UserStartedSpeakingFrame, add explanatory comment

This commit is contained in:
Luke Payyapilli
2026-01-26 10:08:17 -05:00
parent cadced3f79
commit b9390ccb1b
2 changed files with 11 additions and 2 deletions

View File

@@ -1 +1 @@
- Added handling for `server_content.interrupted` signal in Gemini Live services for faster interruption response.
- 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.