moved test line

This commit is contained in:
mic 2024-12-15 21:59:47 +01:00
parent 81a9e86314
commit 71aa30f456

View file

@ -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'};