prompt_reply_advanced added. fixes #150
This commit is contained in:
parent
fa74301759
commit
d429d739af
1 changed files with 12 additions and 0 deletions
|
|
@ -74,6 +74,18 @@ const defaultPrompts = [
|
||||||
define_response_lang: "1",
|
define_response_lang: "1",
|
||||||
is_default: "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',
|
id: 'prompt_rewrite_polite',
|
||||||
name: "__MSG_prompt_rewrite_polite__",
|
name: "__MSG_prompt_rewrite_polite__",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue