added double quotes to prompt_reply_advanced. see #150

This commit is contained in:
mic 2024-10-23 22:45:26 +02:00
parent d48b9afd52
commit f0f2ee7b5e

View file

@ -77,7 +77,7 @@ const defaultPrompts = [
{ {
id: 'prompt_reply_advanced', id: 'prompt_reply_advanced',
name: "__MSG_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", type: "1",
action: "1", action: "1",
need_selected: "1", need_selected: "1",