default menu items show_in fixed to have the same old behaviour. see #680
This commit is contained in:
parent
1baac228c0
commit
8b1e130bb4
1 changed files with 6 additions and 6 deletions
|
|
@ -282,7 +282,7 @@ const specialPrompts = [
|
||||||
api_type: '',
|
api_type: '',
|
||||||
is_default: "1",
|
is_default: "1",
|
||||||
is_special: "1",
|
is_special: "1",
|
||||||
show_in: "both",
|
show_in: "popup",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'prompt_get_calendar_event_from_clipboard',
|
id: 'prompt_get_calendar_event_from_clipboard',
|
||||||
|
|
@ -298,7 +298,7 @@ const specialPrompts = [
|
||||||
api_type: '',
|
api_type: '',
|
||||||
is_default: "1",
|
is_default: "1",
|
||||||
is_special: "1",
|
is_special: "1",
|
||||||
show_in: "both",
|
show_in: "popup",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'prompt_get_task',
|
id: 'prompt_get_task',
|
||||||
|
|
@ -314,7 +314,7 @@ const specialPrompts = [
|
||||||
api_type: '',
|
api_type: '',
|
||||||
is_default: "1",
|
is_default: "1",
|
||||||
is_special: "1",
|
is_special: "1",
|
||||||
show_in: "both",
|
show_in: "popup",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'prompt_spamfilter',
|
id: 'prompt_spamfilter',
|
||||||
|
|
@ -330,7 +330,7 @@ const specialPrompts = [
|
||||||
api_type: '',
|
api_type: '',
|
||||||
is_default: "1",
|
is_default: "1",
|
||||||
is_special: "1",
|
is_special: "1",
|
||||||
show_in: "both",
|
show_in: "context",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'prompt_summarize',
|
id: 'prompt_summarize',
|
||||||
|
|
@ -347,7 +347,7 @@ const specialPrompts = [
|
||||||
api_model: '',
|
api_model: '',
|
||||||
is_default: "1",
|
is_default: "1",
|
||||||
is_special: "1",
|
is_special: "1",
|
||||||
show_in: "both",
|
show_in: "context",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'prompt_summarize_email_template',
|
id: 'prompt_summarize_email_template',
|
||||||
|
|
@ -398,7 +398,7 @@ const specialPrompts = [
|
||||||
api_model: '',
|
api_model: '',
|
||||||
is_default: "1",
|
is_default: "1",
|
||||||
is_special: "1",
|
is_special: "1",
|
||||||
show_in: "both",
|
show_in: "context",
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue