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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
| {
| "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"
| }
| ],
| "complex": [
| {
| "id": "c703ad73-faed-4fab-b00c-717766ad71dd",
| "name": "知识库专家",
| "description": "知识库专家",
| "icon": "intellFrame4",
| "chat_mode": 3,
| "parameters": {
| },
| "dialogType": "4",
| "mode": "complex-chat"
| },
| {
| "id": "ad127cb5-a1ef-49a3-82ed-6467a670fd10",
| "name": "文档分析专家",
| "description": "文档分析专家",
| "icon": "intellFrame4",
| "chat_mode": 1,
| "parameters": {
| },
| "dialogType": "4",
| "mode": "complex-chat"
| },
| {
| "id": "c6a9fda3-bfb8-40ef-9510-545766c7d6a0",
| "name": "联网搜索专家",
| "description": "联网搜索专家",
| "icon": "intellFrame4",
| "chat_mode": 2,
| "parameters": {
| },
| "dialogType": "4",
| "mode": "complex-chat"
| },
| {
| "id": "1974a79d-35bf-446d-95ed-0724380ea65a",
| "name": "语段优化专家",
| "description": "语段优化专家",
| "icon": "intellFrame4",
| "chat_mode": 4,
| "parameters": {
| },
| "dialogType": "4",
| "mode": "complex-chat"
| },
| {
| "id": "8c6b05e7-da35-4aa4-8874-32b5bba93e7a",
| "name": "思维导图专家",
| "description": "思维导图专家",
| "icon": "intellFrame4",
| "chat_mode": 5,
| "parameters": {
| },
| "dialogType": "4",
| "mode": "complex-chat"
| },
| {
| "id": "8c6b05e7-da35-4aa4-8874-32b5bba93111",
| "name": "清洗工作流",
| "description": "清洗工作流",
| "icon": "intellFrame4",
| "chat_mode": 7,
| "parameters": {
| },
| "dialogType": "4",
| "mode": "complex-chat"
| },
| {
| "id": "8c6b05e7-da35-4aa4-8874-32b5bba93222",
| "name": "小标题工作流",
| "description": "小标题工作流",
| "icon": "intellFrame4",
| "chat_mode": 8,
| "parameters": {
| },
| "dialogType": "4",
| "mode": "complex-chat"
| },
| {
| "id": "8c6b05e7-da35-4aa4-8874-32b5bba9333",
| "name": "报告生成工作流",
| "description": "报告生成工作流",
| "icon": "intellFrame4",
| "chat_mode": 9,
| "parameters": {
| },
| "dialogType": "4",
| "mode": "complex-chat"
| }
| ]
| }
|
|