zhaoqingang
2025-02-13 7fe860b099414a519b72a64115b7446c1548bdaa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
  "basic": [
    {
      "id": "basic_excel_merge",
      "name": "报表合并",
      "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": "文档解析站",
            "max_length": 30,
            "options": [],
            "required": true,
            "type": "file-list",
            "variable": "file_list"
          }
        }
        ],
        "file_upload":{
          "enabled": false
        }
      },
      "dialogType": "3",
      "mode": "agent-basic"
    },
    {
      "id": "basic_excel_talk",
      "name": "智能数据",
      "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"
    },
    {
      "id": "basic_question_talk",
      "name": "出题组卷",
      "description": "出题组卷",
      "icon": "intellFrame4",
      "agentType": "questionTalk",
      "parameters": {
        "retriever_resource": {
          "enabled": true
        },
        "user_input_form": [],
        "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": []
}