소스 검색

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…
취소
저장