prompt_spamfilter_full_text improved
This commit is contained in:
parent
e50d5095d7
commit
5ffa7e83ad
1 changed files with 1 additions and 1 deletions
|
|
@ -1192,7 +1192,7 @@
|
||||||
"description" : ""
|
"description" : ""
|
||||||
},
|
},
|
||||||
"prompt_spamfilter_full_text" : {
|
"prompt_spamfilter_full_text" : {
|
||||||
"message" : "Analyze the following email and determine if it is spam or not. Consider factors such as suspicious keywords, excessive promotional language, misleading subject lines, requests for personal information, and unusual sender addresses.\nProvide a value from 0 (not spam) to 100 (spam) and an explanation of no more than 10 words.\nGenerate a response in JSON format only. Do not include any additional text or explanation; provide only the JSON. Here is the format to be used:\n{\n\"spamValue\": <integer from 0 to 100>,\n\"explanation\": \"Brief explanation of your reasoning\",\n}\nHere there are the mail information:\nSender: \"{%author%}\"\nSubject: \"{%mail_subject%}\"\nHtml body: \"{%mail_html_body%}\"",
|
"message" : "Analyze the following email and determine if it is spam or not. Consider factors such as suspicious keywords, excessive promotional language, misleading subject lines, requests for personal information, and unusual sender addresses.\nProvide a value from 0 (not spam) to 100 (spam) and an explanation of no more than 10 words.\nIn case of missing message data, set the value to 0 (not spam), and give the reason.\nGenerate a response in JSON format only. Do not include any additional text or explanation; provide only the JSON. Here is the format to be used:\n{\n\"spamValue\": <integer from 0 to 100>,\n\"explanation\": \"Brief explanation of your reasoning\"\n}\nHere there are the mail information:\nSender: \"{%author%}\"\nSubject: \"{%mail_subject%}\"\nHtml body: \"{%mail_html_body%}\"",
|
||||||
"description" : ""
|
"description" : ""
|
||||||
},
|
},
|
||||||
"SpamFilter_prompt_prefs_title": {
|
"SpamFilter_prompt_prefs_title": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue