Skip to content

Commit 4458b5b

Browse files
committed
feat: add support for WORKFLOW tool type in shared_tool.py and tool.py
1 parent de74057 commit 4458b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/tools/models/tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ToolType(models.TextChoices):
3636
SKILL = "SKILL", "技能"
3737
MCP = "MCP", "MCP工具"
3838
DATA_SOURCE = "DATA_SOURCE", "数据源"
39-
WORKFLOW = "WORKFLOW"
39+
WORKFLOW = "WORKFLOW", "工作流"
4040

4141

4242
class ToolTaskTypeChoices(models.TextChoices):

0 commit comments

Comments
 (0)