LLMUserContextAggregator: increase bot_interruption_timeout to 5 seconds
This commit is contained in:
@@ -275,7 +275,7 @@ class LLMUserContextAggregator(LLMContextResponseAggregator):
|
||||
self,
|
||||
context: OpenAILLMContext,
|
||||
aggregation_timeout: float = 1.0,
|
||||
bot_interruption_timeout: float = 2.0,
|
||||
bot_interruption_timeout: float = 5.0,
|
||||
**kwargs,
|
||||
):
|
||||
super().__init__(context=context, role="user", **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user