From b66c89210044afc6286da378e791b31240d6c591 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 24 Mar 2026 16:15:00 -0400 Subject: [PATCH] Add changelog for #4128 --- changelog/4128.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4128.added.md 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.