From 0d47f33ade622e3951ba4f1c460e92599579bebd Mon Sep 17 00:00:00 2001 From: xuyonghao <898441624@qq.com> Date: 星期二, 21 一月 2025 17:01:25 +0800 Subject: [PATCH] 上传excel返回json保持相同 --- 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