-
Notifications
You must be signed in to change notification settings - Fork 81
/
skill.json
41 lines (41 loc) · 1.12 KB
/
skill.json
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
{
"manifest": {
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:388806798322:function:b401a0f7-35a7-4480-b780-2d6cc16fa517:Release_0"
},
"interfaces": [],
"locales": {},
"regions": {
"NA": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:388806798322:function:b401a0f7-35a7-4480-b780-2d6cc16fa517:Release_0"
}
},
"EU": {
"endpoint": {
"uri": "arn:aws:lambda:eu-west-1:388806798322:function:b401a0f7-35a7-4480-b780-2d6cc16fa517:Release_0"
}
},
"FE": {
"endpoint": {
"uri": "arn:aws:lambda:us-west-2:388806798322:function:b401a0f7-35a7-4480-b780-2d6cc16fa517:Release_0"
}
}
}
}
},
"manifestVersion": "1.0",
"publishingInformation": {
"distributionCountries": [],
"isAvailableWorldwide": true,
"locales": {
"pt-BR": {
"name": "ChatGPT"
}
},
"testingInstructions": "Sample Testing Instructions."
}
}
}