From d429d739af44d41f571cae29165abd756961875f Mon Sep 17 00:00:00 2001 From: Mic Date: Wed, 23 Oct 2024 22:15:20 +0200 Subject: [PATCH] prompt_reply_advanced added. fixes #150 --- js/mzta-prompts.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/js/mzta-prompts.js b/js/mzta-prompts.js index 8244783b..33778400 100644 --- a/js/mzta-prompts.js +++ b/js/mzta-prompts.js @@ -74,6 +74,18 @@ const defaultPrompts = [ define_response_lang: "1", is_default: "1", }, + { + id: 'prompt_reply_advanced', + name: "__MSG_prompt_reply_advanced__", + text: "Reply to the following email {%selected_text%}, considering this is the full thread of emails {%mail_html_body%}. Reply with only the needed text and with no extra comments or other text.", + type: "1", + action: "1", + need_selected: "1", + need_signature: "1", + need_custom_text: "0", + define_response_lang: "1", + is_default: "1", + }, { id: 'prompt_rewrite_polite', name: "__MSG_prompt_rewrite_polite__",