correction in message formatting when generated by AI as markdown in typebot

This commit is contained in:
Davidson Gomes 2024-05-27 09:27:42 -03:00
parent e4b6f4ff0d
commit 4c3fb5e762

View File

@ -572,7 +572,6 @@ export class TypebotService {
for (const message of messages) {
if (message.type === 'text') {
let formattedText = '';
console.log('message.content', message.content);
for (const richText of message.content.richText) {
for (const element of richText.children) {