Files
pipecat/changelog/4128.added.md
2026-03-24 16:15:00 -04:00

2 lines
267 B
Markdown

- 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.