mirror of
https://github.com/langgenius/dify.git
synced 2026-05-01 16:08:04 +08:00
gemini 3 pro dify workflow-engine test
This commit is contained in:
7
dify-workflow-engine/core/agent/plugin_entities.py
Normal file
7
dify-workflow-engine/core/agent/plugin_entities.py
Normal file
@ -0,0 +1,7 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class AgentPluginEntity(BaseModel):
|
||||
pass
|
||||
|
||||
class AgentStrategyParameter(BaseModel):
|
||||
pass
|
||||
Reference in New Issue
Block a user