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

2 lines
305 B
Markdown

- Added `deferred(strategy)` and `DeferredUserTurnStopStrategy` in `pipecat.turns.user_stop`. Wraps a stop strategy so it fires only the inference-triggered event and suppresses `on_user_turn_stopped`, leaving finalization to another strategy in the chain such as `LLMTurnCompletionUserTurnStopStrategy`.