fix(basic.gblib): update ChatServices.ts #420
1 changed files with 2 additions and 0 deletions
|
|
@ -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: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue