ソースを参照

报告生成agent增加

zhaoqingang 1 年間 前
コミット
7fe860b099
1 ファイル変更18 行追加0 行削除
  1. 18 0
      app/config/env_conf/default_agent_conf.json

+ 18 - 0
app/config/env_conf/default_agent_conf.json

@@ -119,6 +119,24 @@
       },
       "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": []