added info comment
This commit is contained in:
parent
f1377f7de8
commit
acba02ed44
1 changed files with 8 additions and 1 deletions
|
|
@ -548,7 +548,14 @@ export function getAPIsInitMessageString(args = {}) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getActiveSpecialPromptsIDs(args = {}) {
|
export function getActiveSpecialPromptsIDs(args = {}) {
|
||||||
const { addtags = false, get_calendar_event = false, get_task = false, is_chatgpt_web = false } = args;
|
const {
|
||||||
|
addtags = false,
|
||||||
|
get_calendar_event = false,
|
||||||
|
get_task = false,
|
||||||
|
is_chatgpt_web = false
|
||||||
|
} = args;
|
||||||
|
// The Antispam filter is not here, because this method is used only
|
||||||
|
// to reload the ThunderAI button menu, not the context menu
|
||||||
let output = [];
|
let output = [];
|
||||||
// console.log(">>>>>>>>>> getActiveSpecialPromptsIDs args: " + JSON.stringify(args));
|
// console.log(">>>>>>>>>> getActiveSpecialPromptsIDs args: " + JSON.stringify(args));
|
||||||
if (is_chatgpt_web) {
|
if (is_chatgpt_web) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue