new(basic.gblib): AS IMAGE, AS PDF, SET THEME and SQL new keywords.

This commit is contained in:
Rodrigo Rodriguez 2022-06-04 17:10:14 -03:00
parent 0e367f1a7f
commit 5052dbc1a4

View file

@ -802,7 +802,13 @@ export class DialogKeywords {
const url = urlJoin(
GBServer.globals.publicAddress,
'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);
}
}
}
}