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

2 lines
405 B
Markdown

- Deprecated `LLMUserAggregatorParams.filter_incomplete_user_turns`. Add `LLMTurnCompletionUserTurnStopStrategy` to `user_turn_strategies.stop` instead (typically via `llm_completion_user_turn_stop_strategies()`). Setting the legacy flag still works for one release: the aggregator emits a `DeprecationWarning`, wraps existing stop strategies with `deferred(...)`, and appends the new finalizer strategy.