Hi @techleadpd ,
If I understand you correctly you're looking for a 'conversational memory' method.
From what I'm reading "that's coming..." like everything else in OpenAI, meaning in a month or 2 it will likely be a built in feature.
Every time I look at https://ml.azure.com/ there are a ton new features, so I'll keep watching along with you.
For now, my understanding is that you'd have to code in a conversational loop like this example:
https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/chatgpt?pivots=programming-language-chat-completions#creating-a-basic-conversation-loop
Hopefully someone else will have a better answer for you.
Good luck.