Skip to content

Improvements to make

Kevin007p edited this page Jun 6, 2024 · 1 revision
  1. Currently, retrieving chat_history with the GET request only retrieves the chat history for the first user that posted there. So if Kevin first writes a chat to their "chat history 10" and then Damian writes a chat to their "chat history 10", and then we do a GET Chat_history/10 we will only see Kevin's chat history 10. Suggestion: GET request for chat history should include history id and user id.

Clone this wiki locally