Merge pull request #4128 from pipecat-ai/mb/end-of-turn-assembly

This commit is contained in:
Mark Backman
2026-03-27 10:47:09 -04:00
committed by GitHub
3 changed files with 19 additions and 5 deletions

1
changelog/4128.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `on_end_of_turn` event handler to `AssemblyAISTTService`. This fires after the final transcript is pushed, providing a reliable hook for end-of-turn logic that doesn't race with `TranscriptionFrame`. Works in both Pipecat and AssemblyAI turn detection modes.