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