From c878490140aa4e9d7b71c49214fb47f8618d403b Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期五, 10 一月 2025 18:04:37 +0800
Subject: [PATCH] 初始化自研智能体问题

---
 app/config/env_conf/default_agent_conf.json |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/app/config/env_conf/default_agent_conf.json b/app/config/env_conf/default_agent_conf.json
index 70c35f7..27eb243 100644
--- a/app/config/env_conf/default_agent_conf.json
+++ b/app/config/env_conf/default_agent_conf.json
@@ -5,28 +5,36 @@
       "name": "鎶ヨ〃鍚堝苟",
       "description": "鎶ヨ〃鍚堝苟",
       "icon": "intellFrame4",
-      "agentType": "excelMerge"
+      "agentType": "excelMerge",
+      "dialogType": "3",
+      "mode": "agent-basic"
     },
     {
       "id": "basic_excel_talk",
       "name": "鏅鸿兘鏁版嵁",
       "description": "鏅鸿兘鏁版嵁",
       "icon": "intellFrame4",
-      "agentType": "excelTalk"
+      "agentType": "excelTalk",
+      "dialogType": "3",
+      "mode": "agent-basic"
     },
     {
       "id": "basic_question_talk",
       "name": "鍑洪缁勫嵎",
       "description": "鍑洪缁勫嵎",
       "icon": "intellFrame4",
-      "agentType": "questionTalk"
+      "agentType": "questionTalk",
+      "dialogType": "3",
+      "mode": "agent-basic"
     },
     {
       "id": "basic_paper_talk",
       "name": "鏂囨。鍑哄嵎",
       "description": "鏂囨。鍑哄嵎",
       "icon": "intellFrame4",
-      "agentType": "paperTalk"
+      "agentType": "paperTalk",
+      "dialogType": "3",
+      "mode": "agent-basic"
     }
   ],
   "bs": []

--
Gitblit v1.8.0