fix: dify agent type not in schema

This commit is contained in:
Junyan Qin
2025-01-30 22:07:03 +08:00
parent 71729d4784
commit 7604cefd0f
+1 -1
View File
@@ -297,7 +297,7 @@
"type": "string", "type": "string",
"title": "应用类型", "title": "应用类型",
"description": "支持 chat 和 workflowchat:聊天助手(含高级编排)和 Agent;workflow:工作流;请填写下方对应的应用类型 API 参数", "description": "支持 chat 和 workflowchat:聊天助手(含高级编排)和 Agent;workflow:工作流;请填写下方对应的应用类型 API 参数",
"enum": ["chat", "workflow"], "enum": ["chat", "workflow", "agent"],
"default": "chat" "default": "chat"
}, },
"chat": { "chat": {