mirror of
https://github.com/langgenius/dify.git
synced 2026-03-19 13:47:37 +08:00
gemini 3 pro dify workflow-engine test
This commit is contained in:
5
dify-workflow-engine/core/plugin/impl/exc.py
Normal file
5
dify-workflow-engine/core/plugin/impl/exc.py
Normal file
@ -0,0 +1,5 @@
|
||||
class PluginDaemonClientSideError(Exception):
|
||||
pass
|
||||
|
||||
class PluginInvokeError(Exception):
|
||||
pass
|
||||
2
dify-workflow-engine/core/plugin/impl/plugin.py
Normal file
2
dify-workflow-engine/core/plugin/impl/plugin.py
Normal file
@ -0,0 +1,2 @@
|
||||
class PluginInstaller:
|
||||
pass
|
||||
Reference in New Issue
Block a user