| 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
 | | { |  |   "basic": [ |  |     { |  |       "id": "basic_excel_merge", |  |       "name": "报表合并", |  |       "description": "报表合并", |  |       "icon": "intellFrame4", |  |       "agentType": "excelMerge" |  |     }, |  |     { |  |       "id": "basic_excel_talk", |  |       "name": "智能数据", |  |       "description": "智能数据", |  |       "icon": "intellFrame4", |  |       "agentType": "excelTalk" |  |     }, |  |     { |  |       "id": "basic_question_talk", |  |       "name": "出题组卷", |  |       "description": "出题组卷", |  |       "icon": "intellFrame4", |  |       "agentType": "questionTalk" |  |     }, |  |     { |  |       "id": "basic_paper_talk", |  |       "name": "文档出卷", |  |       "description": "文档出卷", |  |       "icon": "intellFrame4", |  |       "agentType": "paperTalk" |  |     } |  |   ], |  |   "bs": [] |  | } | 
 |