add_tags trimming the response
This commit is contained in:
parent
5fbead1fcc
commit
a426577f3a
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ export class mzta_Menus {
|
|||
let cmd_addTags = new mzta_specialCommand(fullPrompt,prefs_at.connection_type,prefs_at.do_debug);
|
||||
await cmd_addTags.initWorker();
|
||||
try{
|
||||
tags_current_email = await cmd_addTags.sendPrompt();
|
||||
tags_current_email = (await cmd_addTags.sendPrompt()).trim();
|
||||
// console.log(">>>>>>>>>>> tags_current_email: " + tags_current_email);
|
||||
}catch(err){
|
||||
console.error("[ThunderAI] Error getting tags: ", err);
|
||||
|
|
|
|||
Loading…
Reference in a new issue