Superflows-AI / superflows

Open-source toolkit to build an AI copilot for SaaS products
https://superflows.ai
Apache License 2.0
560 stars 67 forks source link

Track errors and add to transcripts page #280

Open Henry-Pulver opened 2 months ago

Henry-Pulver commented 2 months ago

Errors that are hit in execution don't show in the Transcripts page.

This may give a false sense that the AI successfully answered, but in fact an error was hit.

These need to be stored in the chat_messages table with a new message role of error and visualised in the Transcripts page.