fix: typo

This commit is contained in:
Harry
2025-06-23 11:20:54 +08:00
parent 12c20ec7f6
commit b3a8dbe2f5
2 changed files with 1 additions and 29 deletions

View File

@ -136,8 +136,7 @@ class BuiltinToolManageService:
)
# Decrypt and restore original credentials for masked values
credentials = BuiltinToolManageService._dec
rypt_and_restore_credentials(
credentials = BuiltinToolManageService._decrypt_and_restore_credentials(
provider_controller, tool_configuration, provider, credentials
)