Skip to content

Commit

Permalink
correction in message formatting when generated by AI as markdown in …
Browse files Browse the repository at this point in the history
…typebot
  • Loading branch information
DavidsonGomes committed May 27, 2024
1 parent e4b6f4f commit 4c3fb5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/integrations/typebot/services/typebot.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4c3fb5e

Please sign in to comment.