mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 19:37:36 +08:00
chore: Increase the timeout of call_tool
This commit is contained in:
@@ -637,7 +637,7 @@ class RuntimeConnectionHandler(handler.Handler):
|
|||||||
'query_id': query_id,
|
'query_id': query_id,
|
||||||
'include_plugins': include_plugins,
|
'include_plugins': include_plugins,
|
||||||
},
|
},
|
||||||
timeout=60,
|
timeout=180,
|
||||||
)
|
)
|
||||||
|
|
||||||
return result['tool_response']
|
return result['tool_response']
|
||||||
|
|||||||
Reference in New Issue
Block a user