mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-17 05:05:58 +08:00
fix: change the agent strategy category
This commit is contained in:
parent
491d641485
commit
5ce4ddc0ed
@ -60,7 +60,7 @@ class PluginCategory(enum.StrEnum):
|
|||||||
Tool = "tool"
|
Tool = "tool"
|
||||||
Model = "model"
|
Model = "model"
|
||||||
Extension = "extension"
|
Extension = "extension"
|
||||||
AgentStrategy = "agent_strategy"
|
AgentStrategy = "agent-strategy"
|
||||||
|
|
||||||
|
|
||||||
class PluginDeclaration(BaseModel):
|
class PluginDeclaration(BaseModel):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user