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

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

View file

@ -1231,6 +1231,8 @@ export class DialogKeywords {
}
await min.conversationalService['playMarkdown'](min, md, DialogKeywords.getChannel(), null, mobile);
return;
} else {
const gbaiName = DialogKeywords.getGBAIPath(min.botId, `gbkb`);