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