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

@@ -137,7 +137,7 @@ class TestUserAggregator(unittest.IsolatedAsyncioTestCase):
)
assert context.messages[0]["content"] == "Hi there!"
async def test_default_turn_start_strategies(self):
async def test_default_user_turn_strategies(self):
context = LLMContext()
user_aggregator = LLMUserAggregator(context)