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

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

View file

@ -141,7 +141,7 @@ export class GBConversationalService implements IGBConversationalService {
GBLog.info(`NLP called: ${intent} ${firstEntity}`); GBLog.info(`NLP called: ${intent} ${firstEntity}`);
try { try {
await step.replaceDialog(` /${intent}`, nlp.entities); await step.replaceDialog(`/${intent}`, nlp.entities);
return Promise.resolve(true); return Promise.resolve(true);
} catch (error) { } catch (error) {