-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathsettingsmeta.json
More file actions
46 lines (46 loc) · 1.49 KB
/
settingsmeta.json
File metadata and controls
46 lines (46 loc) · 1.49 KB
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
{
"name": "Learning",
"skillMetadata": {
"sections": [
{
"name": "Fallback option",
"fields": [
{
"name": "enable_fallback_ex",
"type": "checkbox",
"label": "enable fallback",
"value": "True",
"placeholder": "demo prompt in the input box"
},
{
"name": "allow_category_ex",
"type": "text",
"label": "allow category current humor,love,science",
"value": "humor,love,science"
}
]
},
{
"name": "Path of the data",
"fields": [
{
"type": "label",
"label": "path for storing the learning questions. leave empty for default"
},
{
"name": "public_path_ex",
"type": "text",
"label": "public path",
"value": ""
},
{
"name": "local_path_ex",
"type": "text",
"label": "internel path",
"value": ""
}
]
}
]
}
}