From 7fe860b099414a519b72a64115b7446c1548bdaa Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期四, 13 二月 2025 11:49:40 +0800
Subject: [PATCH] 报告生成agent增加

---
 app/config/env_conf/default_agent_conf.json |   48 +++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 45 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..b58a3a6 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,45 @@
         "file_upload":{
           "enabled": false
         }
-      }
+      },
+      "dialogType": "3",
+      "mode": "agent-basic"
+    },
+    {
+      "id": "basic_paper_talk",
+      "name": "鏂囨。鍑哄嵎",
+      "description": "鏂囨。鍑哄嵎",
+      "icon": "intellFrame4",
+      "agentType": "paperTalk",
+      "parameters": {
+        "retriever_resource": {
+          "enabled": true
+        },
+        "user_input_form": [],
+        "file_upload":{
+          "enabled": false
+        }
+      },
+      "dialogType": "3",
+      "mode": "agent-basic"
+    },
+    {
+      "id": "basic_report_talk",
+      "name": "鎶ュ憡鐢熸垚",
+      "description": "鎶ュ憡鐢熸垚",
+      "icon": "intellFrame4",
+      "agentType": "reportTalk",
+      "parameters": {
+        "retriever_resource": {
+          "enabled": true
+        },
+        "user_input_form": [],
+        "file_upload":{
+          "enabled": false
+        }
+      },
+      "dialogType": "3",
+      "mode": "agent-basic"
     }
   ],
   "bs": []

--
Gitblit v1.8.0