mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-31 14:47:13 +00:00
fix: dify agent type not in schema
This commit is contained in:
@@ -297,7 +297,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "应用类型",
|
"title": "应用类型",
|
||||||
"description": "支持 chat 和 workflow,chat:聊天助手(含高级编排)和 Agent;workflow:工作流;请填写下方对应的应用类型 API 参数",
|
"description": "支持 chat 和 workflow,chat:聊天助手(含高级编排)和 Agent;workflow:工作流;请填写下方对应的应用类型 API 参数",
|
||||||
"enum": ["chat", "workflow"],
|
"enum": ["chat", "workflow", "agent"],
|
||||||
"default": "chat"
|
"default": "chat"
|
||||||
},
|
},
|
||||||
"chat": {
|
"chat": {
|
||||||
|
|||||||
Reference in New Issue
Block a user