-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.json
More file actions
36 lines (36 loc) · 972 Bytes
/
Copy pathtools.json
File metadata and controls
36 lines (36 loc) · 972 Bytes
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
{
"tools": [
{
"id": "knowledge",
"label": "Notes & Knowledge",
"group": "tool",
"entity": "notes",
"status": "active",
"description": "Create, read, update, and delete notes, ideas, and projects in the galaxy."
},
{
"id": "connectors",
"label": "Connectors",
"group": "tool",
"entity": "connectors",
"status": "active",
"description": "Create, read, update, and delete Gmail, Calendar, Slack, and other integrations."
},
{
"id": "web-search",
"label": "Web Search",
"group": "tool",
"entity": "web",
"status": "active",
"description": "Search current information on the web when the local galaxy is not enough."
},
{
"id": "voice",
"label": "Voice",
"group": "tool",
"entity": "voice",
"status": "active",
"description": "Speak to MoAI through the microphone and hear spoken answers."
}
]
}