Skip to content

Conversation history #14

@aklinker1

Description

@aklinker1

Wait for #13 to be done before implementing this.

Two approaches here:

  1. Each client generate it's own "user id" and it is what is used to look up previous conversations.
  2. Clients store a list of conversations locally, either the whole conversation or just it's ID, and we provide a list of conversations based on the local data.

Some things to consider:

  • Conversations with the AI are not private, but it should be very hard to stumble upon someone else's conversation if data is stored server-side.
  • I'm not making an account system. Prompts should remain anonymous.

With that in mind, and with other features ideas floating around... It makes more sense to store the conversations in one place, the server. That way it's easy to implement the following in the future:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions