bdleavitt / chatgpt-on-azure

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
1 stars 0 forks source link

6 as a user i want to delete my chats #33

Closed bdleavitt closed 1 year ago

bdleavitt commented 1 year ago

Purpose

Adds delete confirmation capability for conversastion history list.

Does this introduce a breaking change?

[ ] Yes
[x ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

Deploy repo. Have a conversation. It should be saved. Delete it. You should see a modal asking for confirmation. Confirming will delete; canceling will close modal.