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

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

View file

@ -659,6 +659,8 @@ export class GBConversationalService {
: fileUrl; : fileUrl;
text = text.substring(image.length).trim(); text = text.substring(image.length).trim();
text = text.replace(/\n/g, "\\n");
let data = { let data = {
name: 'broadcast', components: [ name: 'broadcast', components: [
{ {