Add changelog for #4128

This commit is contained in:
Mark Backman
2026-03-24 16:15:00 -04:00
parent 6c30371295
commit b66c892100

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.