Преглед изворни кода

fix: change the agent strategy category

Novice Lee пре 3 месеци
родитељ
комит
5ce4ddc0ed
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      api/core/plugin/entities/plugin.py

+ 1 - 1
api/core/plugin/entities/plugin.py

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