Skip to content

Tracing conversations in Server #456

@Montagon

Description

@Montagon
  • Update DB table to store the different conversations for each user.
    • UserID
    • ConversationId
    • Number of prompts made for a conversation
    • CreatedAt
    • UpdatedAt
  • Endpoints for management
    • GET /v1/conversations/ -> Returns all conversations. Should be paginated and will return the conversationId, number of prompts, created at and updated at.
    • GET /v1/conversations/{id} -> Return the information taken from memory. Paginated?
    • DELETE /v1/conversations/{id}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions