Merge pull request #3466 from pipecat-ai/pk/fix-aws-nova-sonic-rtvi-bot-output

Fix realtime (speech-to-speech) services' RTVI event compatibility
This commit is contained in:
kompfner
2026-01-16 09:56:13 -05:00
committed by GitHub
5 changed files with 90 additions and 19 deletions

8
changelog/3446.fixed.md Normal file
View File

@@ -0,0 +1,8 @@
- Fixed an issue where the "bot-llm-text" RTVI event would not fire for realtime (speech-to-speech) services:
- `AWSNovaSonicLLMService`
- `GeminiLiveLLMService`
- `OpenAIRealtimeLLMService`
- `GrokRealtimeLLMService`
The issue was that these services weren't pushing `LLMTextFrame`s. Now they do.