fix: change the agent strategy category

This commit is contained in:
Novice Lee 2025-01-09 11:13:00 +08:00
parent 491d641485
commit 5ce4ddc0ed

View File

@ -60,7 +60,7 @@ class PluginCategory(enum.StrEnum):
Tool = "tool"
Model = "model"
Extension = "extension"
AgentStrategy = "agent_strategy"
AgentStrategy = "agent-strategy"
class PluginDeclaration(BaseModel):