diff --git a/changelog/4128.added.md b/changelog/4128.added.md new file mode 100644 index 000000000..7cbeed91b --- /dev/null +++ b/changelog/4128.added.md @@ -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.