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

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

View file

@ -802,7 +802,13 @@ export class DialogKeywords {
const url = urlJoin( const url = urlJoin(
GBServer.globals.publicAddress, GBServer.globals.publicAddress,
'kb', 'kb',
`${this.min.botId}.gbaiurlonalService.sendFile(this.min, step, mobile, url, caption); `${this.min.botId}.gbai`,
`${this.min.botId}.gbkb`,
'assets',
filename
);
await this.min.conversationalService.sendFile(this.min, step, mobile, url, caption);
} }
} }
} }