Skip to content

Remove duplicate history from the database #59

@lpiwowar

Description

@lpiwowar

Description

With this PR we introduced sending of the message history to the model [1]. The issue is that we are storing the history into the Thread table inside the database even though the history is already stored in Step table. This ultimately means that we are storing the history twice.

Let's make it possible for the chatbot to pull the history from the Step table and remove the duplicate data from Thread table.

[1] #56

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions