Merge pull request #4283 from pipecat-ai/mb/user-stop-transcript-improvements

This commit is contained in:
Mark Backman
2026-04-13 19:27:05 -04:00
committed by GitHub
4 changed files with 56 additions and 0 deletions

1
changelog/4283.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed delayed turn completion when STT transcripts arrive after the p99 timeout. Previously, a late transcript (beyond the p99 window) would fall through to the 5-second `user_turn_stop_timeout` fallback. Now the turn stop triggers immediately when the late transcript arrives.