log statement added
This commit is contained in:
parent
a6acc6559c
commit
942a3ba19e
1 changed files with 1 additions and 0 deletions
|
|
@ -417,6 +417,7 @@ export class mzta_Menus {
|
|||
}
|
||||
}else{ // Classic prompts for the API webchat
|
||||
this.logger.log("fullPrompt: " + fullPrompt);
|
||||
this.logger.log("curr_prompt: " + JSON.stringify(curr_prompt));
|
||||
this.openChatGPT(fullPrompt, curr_prompt.action, tabs[0].id, curr_prompt.name, curr_prompt.need_custom_text, curr_prompt);
|
||||
taWorkingStatus.stopWorking();
|
||||
return {ok:'1'};
|
||||
|
|
|
|||
Loading…
Reference in a new issue