turns: add external user and bot turn start strategies

External strategies are strategies where the logic for user turn start and turn
end come from a different processors (e.g. an STT).
This commit is contained in:
Aleix Conchillo Flaqué
2025-12-28 12:45:58 -08:00
committed by Mark Backman
parent 7c4802659c
commit b48d164af8

View File

@@ -29,7 +29,7 @@ class ExternalBotTurnStartStrategy(BaseBotTurnStartStrategy):
"""
def __init__(self, *, timeout: float = 0.5):
def __init__(self, *, timeout: float = 0.2):
"""Initialize the transcription-based bot turn start strategy.
Args: