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