I am not sure and because of that I would like to ask a question about Chat Completion. I have been using chat completion for over couple of months, and I have encountered with something new. Inside a new chat (via API calls) if I continue on the same topic (normally this was not possible) with making new requests; my ChatResponse ID appears to stay same. It was changing on every request. Does this mean that API has memory now?
I tried to send a new request without sending previous messages. seen that memory feature was not working. I believe memory feature is only available with assistants but with this recent update (same chat response id) I started questioning.