fix old interruption/speaking strategies docstrings

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-22 16:19:25 -08:00
parent ae9ee33af9
commit b5fe1c9cd8
5 changed files with 8 additions and 7 deletions

View File

@@ -266,7 +266,7 @@ class LLMUserAggregator(LLMContextAggregator):
await self._cleanup()
async def reset(self):
"""Reset the aggregation state and interruption strategies."""
"""Reset the aggregation state and turn start strategies."""
await super().reset()
if self.turn_start_strategies and self.turn_start_strategies.user: