Merge pull request #3936 from pipecat-ai/filipi/fix_push_aggregation

Fixed TTS context not being appended to the assistant message history
This commit is contained in:
Filipi da Silva Fuchter
2026-03-09 11:14:38 -04:00
committed by GitHub
4 changed files with 12 additions and 12 deletions

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

@@ -0,0 +1 @@
- Fixed TTS context not being appended to the assistant message history when using `TTSSpeakFrame` with `append_to_context=True` with some TTS providers.