fix: disable reachability check in default configuration
This commit is contained in:
@@ -73,7 +73,7 @@ DEFAULT_CONFIG = {
|
|||||||
"coze_agent_runner_provider_id": "",
|
"coze_agent_runner_provider_id": "",
|
||||||
"dashscope_agent_runner_provider_id": "",
|
"dashscope_agent_runner_provider_id": "",
|
||||||
"unsupported_streaming_strategy": "realtime_segmenting",
|
"unsupported_streaming_strategy": "realtime_segmenting",
|
||||||
"reachability_check": True,
|
"reachability_check": False,
|
||||||
"max_agent_step": 30,
|
"max_agent_step": 30,
|
||||||
"tool_call_timeout": 60,
|
"tool_call_timeout": 60,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user