Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
839 stars 433 forks source link

fix: Previously recorded question reappears if clicked on mic repeatedly. #1205

Closed Rohini-Microsoft closed 3 months ago

Rohini-Microsoft commented 3 months ago

Purpose

Previously recorded question reappears if clicked on mic repeatedly.

Bug: https://dev.azure.com/CSACTOSOL/CSA%20Solutioning/_workitems/edit/6343

Does this introduce a breaking change?

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Repro Steps: Open the CWYD URL Turn on the mic and start asking question. Once question is asked, turn off the mic and click on send button. Next time when you click in mic to turn it on, try to click on mic icon repeatedly. Observe the behavior. Previously asked question reappeared on the search box.

image

github-actions[bot] commented 3 months ago

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL265158677% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
298 0 :zzz: 0 :x: 0 :fire: 39.485s :stopwatch:
github-actions[bot] commented 3 months ago

:tada: This PR is included in version 1.9.11 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: