mirror of https://github.com/MISP/misp-objects
chg: [ai-chat-prompt] ui-priority fixed
parent
b81698ae10
commit
302697e045
|
@ -9,7 +9,8 @@
|
||||||
"IT Expert",
|
"IT Expert",
|
||||||
"Cyber Security Specialists",
|
"Cyber Security Specialists",
|
||||||
"Technical Writer"
|
"Technical Writer"
|
||||||
]
|
],
|
||||||
|
"ui-priority": 5
|
||||||
},
|
},
|
||||||
"comment": {
|
"comment": {
|
||||||
"description": "Comment associated to the AI chat prompt.",
|
"description": "Comment associated to the AI chat prompt.",
|
||||||
|
@ -28,20 +29,22 @@
|
||||||
"GPT4ALL",
|
"GPT4ALL",
|
||||||
"Bing AI",
|
"Bing AI",
|
||||||
"Google Bard AI"
|
"Google Bard AI"
|
||||||
]
|
],
|
||||||
|
"ui-priority": 3
|
||||||
},
|
},
|
||||||
"prompt": {
|
"prompt": {
|
||||||
"description": "Prompt text used for a specific AI chat.",
|
"description": "Prompt text used for a specific AI chat.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true
|
"multiple": true,
|
||||||
|
"ui-priority": 2
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
"description": "Result",
|
"description": "Result",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 4,
|
||||||
"values_list": [
|
"values_list": [
|
||||||
"Unknown",
|
"Unknown",
|
||||||
"Harmless",
|
"Harmless",
|
||||||
|
|
Loading…
Reference in New Issue