Skip to content

Commit 4c3fb5e

Browse files
committed
correction in message formatting when generated by AI as markdown in typebot
1 parent e4b6f4f commit 4c3fb5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/integrations/typebot/services/typebot.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,6 @@ export class TypebotService {
572572
for (const message of messages) {
573573
if (message.type === 'text') {
574574
let formattedText = '';
575-
console.log('message.content', message.content);
576575

577576
for (const richText of message.content.richText) {
578577
for (const element of richText.children) {

0 commit comments

Comments
 (0)