Emit on_assistant_turn_stopped and on_user_turn_stopped from EndFrame or CancelFrame

This commit is contained in:
Mark Backman
2026-01-27 12:59:20 -05:00
parent f7a1c6b719
commit e80e0eab29
4 changed files with 124 additions and 15 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`).