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