mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
fix: Set ApiTool’s do_http_request to do not retry. (#26721)
This commit is contained in:
@@ -290,6 +290,7 @@ class ApiTool(Tool):
|
||||
method_lc
|
||||
]( # https://discuss.python.org/t/type-inference-for-function-return-types/42926
|
||||
url,
|
||||
max_retries=0,
|
||||
params=params,
|
||||
headers=headers,
|
||||
cookies=cookies,
|
||||
|
||||
Reference in New Issue
Block a user