You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: