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

2 lines
315 B
Markdown

- Added `llm_completion_user_turn_stop_strategies()` in `pipecat.turns.user_turn_strategies` — a one-call helper that pairs default (or user-supplied) stop strategies, each wrapped with `deferred(...)`, with `LLMTurnCompletionUserTurnStopStrategy`. Common case: `stop=llm_completion_user_turn_stop_strategies()`.