feat(oauth): merge tool oauth and remove sequence number branches

This commit is contained in:
Harry
2025-06-25 14:51:55 +08:00
parent 1a2dfd950e
commit ce4cc54cc9
5 changed files with 32 additions and 12 deletions

View File

@ -64,4 +64,4 @@ class GithubProvider(ToolProvider):
if response.status_code != 200:
raise ToolProviderCredentialValidationError(response.json().get("message"))
except Exception as e:
raise ToolProviderCredentialValidationError(str(e))
raise ToolProviderCredentialValidationError(str(e))