Merge pull request #3825 from pipecat-ai/mb/llm-user-aggregator-interim-transcription

Consume InterimTranscriptionFrame and TranslationFrame in LLMUserAggregator
This commit is contained in:
Mark Backman
2026-02-25 09:06:34 -05:00
committed by GitHub
3 changed files with 45 additions and 0 deletions

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

@@ -0,0 +1 @@
- Fixed `InterimTranscriptionFrame` and `TranslationFrame` being unintentionally pushed downstream in `LLMUserAggregator`. They are now consumed like `TranscriptionFrame`.