Add changelog for #4405

This commit is contained in:
Aleix Conchillo Flaqué
2026-05-01 15:12:11 -07:00
parent 2281cd8359
commit 1fa0310ea8
7 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Added `LLMTurnCompletionUserTurnStopStrategy` in `pipecat.turns.user_stop`. When installed, the strategy gates `on_user_turn_stopped` on a `UserTurnCompletedFrame` (a new fieldless system frame emitted by any component that can judge turn completeness — e.g. the `UserTurnCompletionLLMServiceMixin` on `✓`). A `finalization_timeout` provides a safety net if no completion frame ever arrives.