fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 5a7895ecd4 - Show all commits

View file

@ -1111,7 +1111,7 @@ export class GBMinService {
});
}
step.context.activity['text'] = text;
step.context.activity['originalText']= 'pt-BR';
step.context.activity['originalText']= originalText;
GBLog.info(`Final text ready for NLP/Search/.gbapp: ${text}.`);