A TypeScript sample app for the Retrieval Augmented Generation pattern running on Azure, using Azure AI Search for retrieval and Azure OpenAI and LangChain large language models (LLMs) to power ChatGPT-style and Q&A experiences.
What kind of change does this Pull Request introduce?
[ x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x ] Other... Please describe: normalization to Lit native
How to Test
Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
Test the code
What to Check
When clicking on the thought process button, the thought process corresponds to that particular chatbot reponse
When clicking on the copy button, it copies the specific response
Thought process button is deactivated for Ask mode
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
When clicking on the thought process button, the thought process corresponds to that particular chatbot reponse When clicking on the copy button, it copies the specific response Thought process button is deactivated for Ask mode
Other Information