fix: change the agent strategy category
This commit is contained in:
parent
cd30fd5a9a
commit
805e9638da
@ -60,7 +60,7 @@ class PluginCategory(enum.StrEnum):
|
||||
Tool = "tool"
|
||||
Model = "model"
|
||||
Extension = "extension"
|
||||
AgentStrategy = "agent_strategy"
|
||||
AgentStrategy = "agent-strategy"
|
||||
|
||||
|
||||
class PluginDeclaration(BaseModel):
|
||||
|
Loading…
Reference in New Issue
Block a user