From f0f2ee7b5eb89dba59ed672af1b5a64ebbe87e93 Mon Sep 17 00:00:00 2001 From: mic Date: Wed, 23 Oct 2024 22:45:26 +0200 Subject: [PATCH] added double quotes to prompt_reply_advanced. see #150 --- js/mzta-prompts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mzta-prompts.js b/js/mzta-prompts.js index 33778400..4076939b 100644 --- a/js/mzta-prompts.js +++ b/js/mzta-prompts.js @@ -77,7 +77,7 @@ const defaultPrompts = [ { 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.", + 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",