Merge pull request #3845 from pipecat-ai/filipi/fix_tts_speak_frame

Add TTSSpeakFrame.push_assistant_aggregation to force context flush after TTS.
This commit is contained in:
Filipi da Silva Fuchter
2026-02-27 09:59:33 -05:00
committed by GitHub
6 changed files with 43 additions and 3 deletions

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

@@ -0,0 +1 @@
- Fixed `TTSSpeakFrame` not committing spoken text to the conversation context when used outside of an LLM response (e.g., bot greetings or injected speech).