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
Kevin007p edited this page Jun 6, 2024
·
1 revision
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.