fix: internal error when tool authorization (#8449)

This commit is contained in:
takatost 2024-09-14 21:50:02 +08:00 committed by GitHub
parent 7e611ffbf3
commit bf16de50fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,7 +153,7 @@ class ToolProviderController(BaseModel, ABC):
# check type
credential_schema = credentials_need_to_validate[credential_name]
if credential_schema in {
if credential_schema.type in {
ToolProviderCredentials.CredentialsType.SECRET_INPUT,
ToolProviderCredentials.CredentialsType.TEXT_INPUT,
}: