fullPrompt logger added
This commit is contained in:
parent
6c7e8f1ca6
commit
1b0b0dcf59
1 changed files with 1 additions and 0 deletions
|
|
@ -350,6 +350,7 @@ export class mzta_Menus {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}else{ // Classic prompts for the API webchat
|
}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);
|
this.openChatGPT(fullPrompt, curr_prompt.action, tabs[0].id, curr_prompt.name, curr_prompt.need_custom_text, curr_prompt);
|
||||||
taWorkingStatus.stopWorking();
|
taWorkingStatus.stopWorking();
|
||||||
return {ok:'1'};
|
return {ok:'1'};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue