From b9c7727dc6fbb3789f063c0616ef9392311fecb2 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期四, 06 二月 2025 10:58:14 +0800 Subject: [PATCH] merge master --- app/config/env_conf/default_agent_conf.json | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/app/config/env_conf/default_agent_conf.json b/app/config/env_conf/default_agent_conf.json index 396fbb9..86d538b 100644 --- a/app/config/env_conf/default_agent_conf.json +++ b/app/config/env_conf/default_agent_conf.json @@ -34,7 +34,9 @@ "file_upload":{ "enabled": false } - } + }, + "dialogType": "3", + "mode": "agent-basic" }, { "id": "basic_excel_talk", @@ -78,7 +80,9 @@ "file_upload":{ "enabled": false } - } + }, + "dialogType": "3", + "mode": "agent-basic" }, { "id": "basic_question_talk", @@ -94,7 +98,18 @@ "file_upload":{ "enabled": false } - } + }, + "dialogType": "3", + "mode": "agent-basic" + }, + { + "id": "basic_paper_talk", + "name": "鏂囨。鍑哄嵎", + "description": "鏂囨。鍑哄嵎", + "icon": "intellFrame4", + "agentType": "paperTalk", + "dialogType": "3", + "mode": "agent-basic" } ], "bs": [] -- Gitblit v1.8.0