fix: Fix typo in credentials field name (#2155)

This commit is contained in:
Yeuoly
2024-01-24 12:00:34 +08:00
committed by GitHub
parent a31b502668
commit 57024614bd
23 changed files with 51 additions and 51 deletions

View File

@@ -30,7 +30,7 @@ class ApiTool(Tool):
runtime=Tool.Runtime(**meta)
)
def validate_credentials(self, credentails: Dict[str, Any], parameters: Dict[str, Any], format_only: bool = False) -> None:
def validate_credentials(self, credentials: Dict[str, Any], parameters: Dict[str, Any], format_only: bool = False) -> None:
"""
validate the credentials for Api tool
"""