old prompt_summarize_this prompt removed
This commit is contained in:
parent
8ba30a1b7c
commit
d383e78503
2 changed files with 1 additions and 28 deletions
|
|
@ -35,10 +35,6 @@
|
||||||
"message": "Classify",
|
"message": "Classify",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"prompt_summarize_this": {
|
|
||||||
"message": "Summarize",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"prompt_translate_this": {
|
"prompt_translate_this": {
|
||||||
"message": "Translate",
|
"message": "Translate",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
|
@ -824,10 +820,6 @@
|
||||||
"message": "Classify the following text in terms of Politeness, Warmth, Formality, Assertiveness, Offensiveness giving a percentage for each category. Reply with only the category and score with no extra comments or other text.",
|
"message": "Classify the following text in terms of Politeness, Warmth, Formality, Assertiveness, Offensiveness giving a percentage for each category. Reply with only the category and score with no extra comments or other text.",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"prompt_summarize_this_full_text": {
|
|
||||||
"message": "Summarize the following email into a bullet point list.",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"prompt_translate_this_full_text": {
|
"prompt_translate_this_full_text": {
|
||||||
"message": "Translate the email below into {%thunderai_translate_lang%}.\n\nRules:\n- Translate both the subject and the body.\n- Return the result as a JSON object with three fields: \"subject\", \"body\" and \"status\".\n- If the translation has been done the status is equal to 1.\n- If the email is written in one of these languages \"{%thunderai_translate_exclude_lang%}\" or in the {%thunderai_translate_lang%} language, return an empty string for the body and the subject and set the status to -1.\n- Do not add explanations, notes, or any text outside the JSON.\n\nMail subject: {%mail_subject%}\n\nMail body: {%mail_html_body%}\n\nGenerate a response in JSON format only. The output should be only a JSON object. Here is an example of the JSON format to be used:\n{\n\"subject\": \"subject translation\",\n\"body\": \"body translation\",\n\"status\": \"status result\"\n}",
|
"message": "Translate the email below into {%thunderai_translate_lang%}.\n\nRules:\n- Translate both the subject and the body.\n- Return the result as a JSON object with three fields: \"subject\", \"body\" and \"status\".\n- If the translation has been done the status is equal to 1.\n- If the email is written in one of these languages \"{%thunderai_translate_exclude_lang%}\" or in the {%thunderai_translate_lang%} language, return an empty string for the body and the subject and set the status to -1.\n- Do not add explanations, notes, or any text outside the JSON.\n\nMail subject: {%mail_subject%}\n\nMail body: {%mail_html_body%}\n\nGenerate a response in JSON format only. The output should be only a JSON object. Here is an example of the JSON format to be used:\n{\n\"subject\": \"subject translation\",\n\"body\": \"body translation\",\n\"status\": \"status result\"\n}",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
|
@ -1113,7 +1105,7 @@
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"prompt_summarize": {
|
"prompt_summarize": {
|
||||||
"message": "Summarize this email or these emails",
|
"message": "Summarize",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"prompt_summarize_full_text": {
|
"prompt_summarize_full_text": {
|
||||||
|
|
|
||||||
|
|
@ -211,25 +211,6 @@ const defaultPrompts = [
|
||||||
is_special: "0",
|
is_special: "0",
|
||||||
show_in: "popup",
|
show_in: "popup",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'prompt_summarize_this',
|
|
||||||
name: "__MSG_prompt_summarize_this__",
|
|
||||||
text: "prompt_summarize_this_full_text",
|
|
||||||
type: "0",
|
|
||||||
action: "0",
|
|
||||||
need_selected: "0",
|
|
||||||
need_signature: "0",
|
|
||||||
need_custom_text: "0",
|
|
||||||
define_response_lang: "1",
|
|
||||||
use_diff_viewer: "0",
|
|
||||||
chatgpt_web_model: '',
|
|
||||||
chatgpt_web_project: '',
|
|
||||||
chatgpt_web_custom_gpt: '',
|
|
||||||
api_type: '',
|
|
||||||
is_default: "1",
|
|
||||||
is_special: "0",
|
|
||||||
show_in: "popup",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'prompt_proofread_this',
|
id: 'prompt_proofread_this',
|
||||||
name: "__MSG_prompt_proofread_this__",
|
name: "__MSG_prompt_proofread_this__",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue