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

View File

@@ -297,7 +297,7 @@
"type": "string",
"title": "应用类型",
"description": "支持 chat 和 workflowchat聊天助手含高级编排和 Agentworkflow工作流请填写下方对应的应用类型 API 参数",
"enum": ["chat", "workflow"],
"enum": ["chat", "workflow", "agent"],
"default": "chat"
},
"chat": {