This commit is contained in:
Ricky 2024-01-31 11:58:07 +08:00 committed by GitHub
commit 2660fbaa20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
58 changed files with 312 additions and 312 deletions

View file

@ -4,7 +4,7 @@ class ToolProviderNotFoundError(ValueError):
class ToolNotFoundError(ValueError):
pass
class ToolParamterValidationError(ValueError):
class ToolParameterValidationError(ValueError):
pass
class ToolProviderCredentialValidationError(ValueError):