fix: chatbots send message text buffer

This commit is contained in:
Alexandre Prado
2024-11-14 02:25:15 -03:00
parent 1665654676
commit 753f4ba141
4 changed files with 7 additions and 7 deletions

View File

@@ -189,8 +189,8 @@ export class FlowiseService {
},
false,
);
textBuffer = '';
}
textBuffer = '';
}
if (mediaType === 'audio') {
@@ -273,8 +273,8 @@ export class FlowiseService {
},
false,
);
textBuffer = '';
}
textBuffer = '';
}
sendTelemetry('/message/sendText');