From 7604cefd0f74949b752512f5511e3b3400831e91 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Thu, 30 Jan 2025 22:07:03 +0800 Subject: [PATCH] fix: dify agent type not in schema --- templates/schema/provider.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/schema/provider.json b/templates/schema/provider.json index b639aacf..9a69c53d 100644 --- a/templates/schema/provider.json +++ b/templates/schema/provider.json @@ -297,7 +297,7 @@ "type": "string", "title": "应用类型", "description": "支持 chat 和 workflow,chat:聊天助手(含高级编排)和 Agent;workflow:工作流;请填写下方对应的应用类型 API 参数", - "enum": ["chat", "workflow"], + "enum": ["chat", "workflow", "agent"], "default": "chat" }, "chat": {