|
@@ -19,7 +19,7 @@ class ToolSettings(BaseSettings):
|
|
tool settings
|
|
tool settings
|
|
"""
|
|
"""
|
|
|
|
|
|
- TOOL_WORKER_NUM: int = 10
|
|
|
|
|
|
+ TOOL_WORKER_NUM: int = 200
|
|
TOOL_WORKER_EXECUTION_TIMEOUT: int = 180
|
|
TOOL_WORKER_EXECUTION_TIMEOUT: int = 180
|
|
|
|
|
|
BING_SEARCH_URL: str = "https://api.bing.microsoft.com/v7.0/search"
|
|
BING_SEARCH_URL: str = "https://api.bing.microsoft.com/v7.0/search"
|