diff --git a/js/mzta-menus.js b/js/mzta-menus.js index c3e6d758..f22bc5ea 100644 --- a/js/mzta-menus.js +++ b/js/mzta-menus.js @@ -350,6 +350,7 @@ export class mzta_Menus { break; } }else{ // Classic prompts for the API webchat + this.logger.log("fullPrompt: " + fullPrompt); this.openChatGPT(fullPrompt, curr_prompt.action, tabs[0].id, curr_prompt.name, curr_prompt.need_custom_text, curr_prompt); taWorkingStatus.stopWorking(); return {ok:'1'};