From bcc63761bdc4c1604c9275a3c5cdf8a483ad5611 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期四, 06 二月 2025 16:37:09 +0800 Subject: [PATCH] TOKEN同步功能 --- app/config/env_conf/default_agent_conf.json | 84 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 84 insertions(+), 0 deletions(-) diff --git a/app/config/env_conf/default_agent_conf.json b/app/config/env_conf/default_agent_conf.json index 27eb243..afe500b 100644 --- a/app/config/env_conf/default_agent_conf.json +++ b/app/config/env_conf/default_agent_conf.json @@ -6,6 +6,35 @@ "description": "鎶ヨ〃鍚堝苟", "icon": "intellFrame4", "agentType": "excelMerge", + "parameters": { + "retriever_resource": { + "enabled": false + }, + "user_input_form": [ + { + "file-list": { + "allowed_file_extensions": [ + "xlsx" + ], + "allowed_file_types": [ + "document" + ], + "allowed_file_upload_methods": [ + "local_file" + ], + "label": "鏂囨。瑙f瀽绔�", + "max_length": 30, + "options": [], + "required": true, + "type": "file-list", + "variable": "file_list" + } + } + ], + "file_upload":{ + "enabled": false + } + }, "dialogType": "3", "mode": "agent-basic" }, @@ -15,6 +44,43 @@ "description": "鏅鸿兘鏁版嵁", "icon": "intellFrame4", "agentType": "excelTalk", + "parameters": { + "retriever_resource": { + "enabled": true + }, + "user_input_form": [ + { + "file-list": { + "allowed_file_extensions": [ + "xlsx", "xls","csv","db" + ], + "allowed_file_types": [ + "document" + ], + "allowed_file_upload_methods": [ + "local_file" + ], + "label": "涓婁紶鏂囨。", + "max_length": 30, + "options": [], + "required": true, + "type": "file-list", + "variable": "file_list", + "fileUploadConfig": { + "file_size_limit": 30, + "batch_count_limit": 5, + "image_file_size_limit": 10, + "video_file_size_limit": 100, + "audio_file_size_limit": 50, + "workflow_file_upload_limit": 100 + } + } + } + ], + "file_upload":{ + "enabled": false + } + }, "dialogType": "3", "mode": "agent-basic" }, @@ -24,6 +90,15 @@ "description": "鍑洪缁勫嵎", "icon": "intellFrame4", "agentType": "questionTalk", + "parameters": { + "retriever_resource": { + "enabled": true + }, + "user_input_form": [], + "file_upload":{ + "enabled": false + } + }, "dialogType": "3", "mode": "agent-basic" }, @@ -33,6 +108,15 @@ "description": "鏂囨。鍑哄嵎", "icon": "intellFrame4", "agentType": "paperTalk", + "parameters": { + "retriever_resource": { + "enabled": true + }, + "user_input_form": [], + "file_upload":{ + "enabled": false + } + }, "dialogType": "3", "mode": "agent-basic" } -- Gitblit v1.8.0