-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
68 lines (68 loc) · 1.54 KB
/
manifest.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
63
64
65
66
67
68
[
{
"title": "Bulk Labeling",
"description": "Bulk Labeling",
"path": "bulk_labeling",
"private": false
},
{
"title": "Textarea Wordcount",
"description": "Textarea Wordcount",
"path": "count_words_in_textarea",
"private": false
},
{
"title": "Send Prompt to LLM",
"description": "Connects to LLM Backend",
"path": "llm_backend",
"private": false
},
{
"title": "Markdown to HTML",
"description": "Converts markdown to HTML format",
"path": "markdown_to_html",
"private": false
},
{
"title": "NER Overlap Validations",
"description": "Prevents overlaps of NER labels",
"path": "ner_text-span-overlap_validation",
"private": false
},
{
"title": "Pausing Annotator",
"description": "Pausing Annotator",
"path": "pausing_annotator",
"private": false
},
{
"title": "Insert Plotly Chart",
"description": "Insert Plotly Chart",
"path": "plotly",
"private": false
},
{
"title": "Redact Pii",
"description": "Redact Pii",
"path": "redact_pii",
"private": false
},
{
"title": "Dynamic Image Swap",
"description": "Changes active image based on conditions",
"path": "show_different_images_based_on_label_selected",
"private": false
},
{
"title": "Spellcheck",
"description": "Validates misspelled text",
"path": "spellcheck",
"private": false
},
{
"title": "Validate JSON",
"description": "Validate JSON",
"path": "validate_json_in_textarea",
"private": false
}
]