From f6a0aa15269cae87737d1564ad7a33063f1d94de Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期二, 18 二月 2025 13:43:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/rag-gateway into develop_2.1
---
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