I previously shared how to maintain past context when interacting with an OpenAI GPT model, by setting and updating a global variable using Bot Framework Composer, here: Set and update global variables using Bot Framework Composer and how to retain conversation context when interacting with OpenAI GPT models.
Today I'd like to show how to do the same, but this time using Azure OpenAI ChatGPT model that just came out.
I find that model much better suited for conversation experiences and automatically formats code samples:
Couple of useful resources on this topic: