fullPrompt logger added

This commit is contained in:
Mic 2025-06-18 00:54:00 +02:00
parent 6c7e8f1ca6
commit 1b0b0dcf59

View file

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