mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
56db20fc40
# Conflicts: # python/dify_plugin/core/plugin_executor.py # python/dify_plugin/core/runtime.py # python/dify_plugin/entities/__init__.py # python/dify_plugin/entities/agent.py # python/dify_plugin/entities/tool.py # python/dify_plugin/errors/tool.py # python/dify_plugin/integration/run.py # python/dify_plugin/interfaces/tool/__init__.py # python/dify_plugin/plugin.py # python/examples/github/manifest.yaml # python/examples/github/provider/github.py # python/examples/github/provider/github.yaml # python/examples/github/requirements.txt # python/examples/github/tools/github_repositories.py # python/examples/github/tools/github_repository_readme.py # python/pyproject.toml
15 lines
232 B
Python
15 lines
232 B
Python
class ToolProviderCredentialValidationError(Exception):
|
|
pass
|
|
|
|
|
|
class ToolProviderOAuthError(Exception):
|
|
pass
|
|
|
|
|
|
class DatasourceCredentialValidationError(Exception):
|
|
pass
|
|
|
|
|
|
class DatasourceOAuthError(Exception):
|
|
pass
|