-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfunctions.json
62 lines (62 loc) · 1.38 KB
/
functions.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"id": "auto_continue",
"name": "Auto-continue Filter",
"type": "filter",
"meta": {
"description": "Incrementally continues responses until all commands have been processed"
},
"is_active": true,
"is_global": false
},
{
"id": "knowledge_wiki",
"name": "Knowledge Wiki Filter",
"type": "filter",
"meta": {
"description": "Allows models to access the knowledge wiki"
},
"is_active": true,
"is_global": false
},
{
"id": "github_api_filter",
"name": "GitHub API Filter",
"type": "filter",
"meta": {
"description": "interacts with the GitHub API"
},
"is_active": true,
"is_global": false
},
{
"id": "fetch",
"name": "Fetch Filter",
"type": "filter",
"meta": {
"description": "Uses the Jina AI Reader API to fetch an LLM-readable view of webpage"
},
"is_active": true,
"is_global": false
},
{
"id": "canvas_reader",
"name": "Canvas Reader Filter",
"type": "filter",
"meta": {
"description": "Reads from the Canvas LMS API"
},
"is_active": true,
"is_global": false
},
{
"id": "submit_conversation",
"name": "Submit Conversation to Canvas",
"type": "action",
"meta": {
"description": "Allows submitting formatted coversations to the Canvas LMS"
},
"is_active": true,
"is_global": true
}
]