diff --git a/changelog/3446.fixed.md b/changelog/3446.fixed.md new file mode 100644 index 000000000..64cc3cb32 --- /dev/null +++ b/changelog/3446.fixed.md @@ -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.