Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracing conversations in Server #456

Open
2 tasks
Montagon opened this issue Sep 26, 2023 · 0 comments
Open
2 tasks

Tracing conversations in Server #456

Montagon opened this issue Sep 26, 2023 · 0 comments

Comments

@Montagon
Copy link
Contributor

  • 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}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant