Преглед изворни кода

fix: test run custom tool raise error (#12178)

tags/0.15.0
非法操作 пре 10 месеци
родитељ
комит
ead4b34127
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      api/services/tools/api_tools_manage_service.py

+ 1
- 1
api/services/tools/api_tools_manage_service.py Прегледај датотеку

@@ -425,7 +425,7 @@ class ApiToolManageService:
"tenant_id": tenant_id,
}
)
result = tool.validate_credentials(credentials, parameters)
result = runtime_tool.validate_credentials(credentials, parameters)
except Exception as e:
return {"error": str(e)}


Loading…
Откажи
Сачувај