fix: test custom tool already exists without decrypting credentials (#2668)

This commit is contained in:
Yeuoly
2024-03-04 14:16:47 +08:00
committed by GitHub
parent 34387ec0f1
commit 36686d7425
4 changed files with 41 additions and 12 deletions

View File

@@ -42,6 +42,7 @@ const TestApi: FC<Props> = ({
delete credentials.api_key_value
}
const data = {
provider_name: customCollection.provider,
tool_name: toolName,
credentials,
schema_type: customCollection.schema_type,