-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new: [ai-chat-prompt] new object template for AI chat prompt such as …
…ChatGPT Following a discussion with @aaronkaplan in Vienna, this object is a first version to describe an AI chat prompt. The template can describe the model used, the actual quality of results and also what's the actor context. Reference #388
- Loading branch information
Showing
1 changed file
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"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" | ||
] | ||
}, | ||
"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": [ | ||
"ChatGPT", | ||
"BioGPT", | ||
"LLaMA", | ||
"GPT4ALL", | ||
"Bing AI", | ||
"Google Bard AI" | ||
This comment has been minimized.
Sorry, something went wrong. |
||
] | ||
}, | ||
"prompt": { | ||
This comment has been minimized.
Sorry, something went wrong.
aaronkaplan
Contributor
|
||
"description": "Prompt text used for a specific AI chat.", | ||
"disable_correlation": true, | ||
"misp-attribute": "text", | ||
"multiple": true | ||
}, | ||
"result": { | ||
"description": "Result", | ||
"disable_correlation": true, | ||
"misp-attribute": "text", | ||
"multiple": true, | ||
"ui-priority": 0, | ||
"values_list": [ | ||
"Unknown", | ||
"Harmless", | ||
"Correct", | ||
"Dangerous", | ||
"Incorrect" | ||
] | ||
} | ||
}, | ||
"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": 1 | ||
} |
2 comments
on commit b81698a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor suggestions on the object. I can do a PR if it's easier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I updated the object. fd12a1b
missing: GPT4Chan ;-)
Seriously:
I would add:
See: https://platform.openai.com/docs/models/overview