Re-implement saving/restoring of conversation history #784
Labels
bug
Something isn't working
dialogue-agent
Issues with the dialogue agent at runtime (not state machine related)
P2
We need to fix it (backlog)
Saving of conversation history was removed in #769 because it was causing issues due to the large size of the JSON blob we put in the database. Instead, we should store each message in the history in a separate db row, so we don't have large blobs.
The text was updated successfully, but these errors were encountered: