Hi Ram,
As of now, Azure OpenAI Studio (Chat/Playground) does not persist chat history after a session ends (e.g., on page refresh or tab close). There isn't a built-in feature yet for saving or retrieving chat history across sessions—which makes your feature request very relevant.
Current Status (as of now):
· Chat history is session-based only and will be lost upon refresh or browser close.
· No official built-in history saving or retrieval capability is exposed in Azure OpenAI Studio (unlike OpenAI’s ChatGPT interface, which saves history).
But you can try below workarounds:
If you want to preserve your conversation:
· Manually copy-paste and save important conversations into a document or note.
· Use browser extensions that auto-save form/chat history.
· Develop a custom frontend using Azure OpenAI's API where you can log chats in a database or local storage.
To Submit a Feature Request:
Azure Feedback Portal (Official):
You can submit and track features here: https://feedback.azure.com
Search for similar requests like “Save Chat History in Playground”.
If already exists, upvote and comment.
If not, create a new request with clear title and your use case.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.
Thank you!