moved test line
This commit is contained in:
parent
81a9e86314
commit
71aa30f456
1 changed files with 1 additions and 1 deletions
|
|
@ -214,6 +214,7 @@ export class mzta_Menus {
|
|||
this.logger.log("fullPrompt: " + fullPrompt);
|
||||
// TODO: use the current API, abrto if using chatgpt web
|
||||
// COMMENTED TO DO TESTS
|
||||
mail_tags = "recipients, test, home, work, car, light";
|
||||
// let cmd_addTags = new mzta_specialCommand_AddTags(fullPrompt,"chatgpt_api",true);
|
||||
// await cmd_addTags.initWorker();
|
||||
// try{
|
||||
|
|
@ -222,7 +223,6 @@ export class mzta_Menus {
|
|||
// }catch(err){
|
||||
// console.error("[ThunderAI] Error getting tags: ", err);
|
||||
// }
|
||||
mail_tags = "recipients, test, home, work, car, light";
|
||||
this.logger.log("mail_tags: " + mail_tags);
|
||||
browser.tabs.sendMessage(tabs[0].id, {command: "getTags", tags: mail_tags });
|
||||
return {ok:'1'};
|
||||
|
|
|
|||
Loading…
Reference in a new issue