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.
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.
Purpose
Adds delete confirmation capability for conversastion history list.
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
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.