Merge pull request #3575 from pipecat-ai/mb/fix-turn-stopped-event-end-cancel-frame

Emit on_assistant_turn_stopped and on_user_turn_stopped from EndFrame…
This commit is contained in:
Mark Backman
2026-01-27 14:55:34 -05:00
committed by GitHub
3 changed files with 85 additions and 8 deletions

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

@@ -0,0 +1 @@
- Fixed `LLMUserAggregator` and `LLMAssistantAggregator` not emitting pending transcripts via `on_user_turn_stopped` and `on_assistant_turn_stopped` events when the conversation ends (`EndFrame`) or is cancelled (`CancelFrame`).