ソースを参照

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):