-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
82 lines (82 loc) · 1.87 KB
/
definition.json
File metadata and controls
82 lines (82 loc) · 1.87 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"attributes": {
"act-as": {
"description": "Act as a specific person.",
"misp-attribute": "text",
"sane_default": [
"Security Analysts",
"Incident Responder",
"IT Expert",
"Cyber Security Specialists",
"Technical Writer"
],
"ui-priority": 5
},
"comment": {
"description": "Comment associated to the AI chat prompt.",
"misp-attribute": "text",
"ui-priority": 1
},
"model": {
"description": "AI chatbot model used for the prompt.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"sane_default": [
"GPT 3.5",
"GPT 4.0",
"GPT 3.0",
"DALL-E",
"Whisper",
"Embeddings",
"Moderation",
"Codex",
"BioGPT",
"LLaMA",
"GPT4ALL",
"Bing AI",
"Google Bard AI"
],
"ui-priority": 3
},
"prompt": {
"description": "Prompt text used for a specific AI chat.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 2
},
"result": {
"description": "Result",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 4,
"values_list": [
"Unknown",
"Harmless",
"Correct",
"Dangerous",
"Incorrect"
]
},
"role": {
"description": "Role as defined in OpenAI or similar API.",
"misp-attribute": "text",
"sane_default": [
"system",
"user",
"assistant"
],
"ui-priority": 7
}
},
"description": "Object describing an AI prompt such as ChatGPT.",
"meta-category": "misc",
"name": "ai-chat-prompt",
"requiredOneOf": [
"prompt"
],
"uuid": "a78f4156-0bb7-405c-aa25-ba16a73f68e4",
"version": 2
}