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

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

View file

@ -446,7 +446,7 @@ export class GBConversationalService {
answer: string answer: string
) { ) {
const locale = step.context.activity.locale; const locale = step.context.activity.locale;
await this.sendText(min, step, Messages[locale].will_answer_projector);
html = html.replace(/src\=\"kb\//gi, `src=\"../kb/`); html = html.replace(/src\=\"kb\//gi, `src=\"../kb/`);
await this.sendEvent(min, step, 'play', { await this.sendEvent(min, step, 'play', {
playerType: 'markdown', playerType: 'markdown',