Files
pipecat/changelog/4405.added.2.md
Aleix Conchillo Flaqué 1fa0310ea8 Add changelog for #4405
2026-05-07 17:46:15 -07:00

2 lines
398 B
Markdown

- 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.