Explorar o código

fix: change the agent strategy category

Novice Lee hai 6 meses
pai
achega
5ce4ddc0ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):