turns: update old turn_start_strategies deprecations

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-30 19:50:10 -08:00
parent fd2efb3b3a
commit 846ca500d3
11 changed files with 17 additions and 17 deletions

View File

@@ -463,9 +463,9 @@ class LLMUserAggregator(LLMContextAggregator):
return
logger.warning(
f"{self}: `turn_analyzer` in base input transport is deprecated and "
"might result in unexpected behavior. Use `LLMUserAggregator`'s new `turn_start_strategies` "
"parameter with `TurnAnalyzerUserTurnStopStrategy` instead:\n"
f"{self}: `turn_analyzer` in base input transport is deprecated. "
"Use `LLMUserAggregator`'s new `user_turn_strategies` parameter with "
"`TurnAnalyzerUserTurnStopStrategy` instead:\n"
"\n"
" context_aggregator = LLMContextAggregatorPair(\n"
" context,\n"