Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

fix: Botbuilder-ai bugs#4208

Merged
tracyboehrer merged 5 commits intomicrosoft:mainfrom
Arsh-Kashyap:Arsh/botbuilder-ai_Bugs
Apr 29, 2022
Merged

fix: Botbuilder-ai bugs#4208
tracyboehrer merged 5 commits intomicrosoft:mainfrom
Arsh-Kashyap:Arsh/botbuilder-ai_Bugs

Conversation

@Arsh-Kashyap
Copy link
Contributor

@Arsh-Kashyap Arsh-Kashyap commented Apr 28, 2022

Fixes #4207
Fixes #4205

Description

  1. Card is formed for every response and check for answerSpan is removed from checkForMultiTurnPrompt in qnamakerDialog to maintain parity with C#.
  2. Sorting and filtering of the answers is removed from generateAnswerUtils

Testing

Updated QnAMaker tests.

@Arsh-Kashyap Arsh-Kashyap changed the title Botbuilder-ai bugs fix: Botbuilder-ai bugs Apr 28, 2022
@ghost
Copy link

ghost commented Apr 29, 2022

CLA assistant check
All CLA requirements met.

@coveralls
Copy link

coveralls commented Apr 29, 2022

Pull Request Test Coverage Report for Build 2243625499

  • 9 of 11 (81.82%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.002%) to 84.48%

Changes Missing Coverage Covered Lines Changed/Added Lines %
libraries/botbuilder-ai/src/qnaMakerDialog.ts 9 11 81.82%
Totals Coverage Status
Change from base Build 2191296601: -0.002%
Covered Lines: 19902
Relevant Lines: 22310

💛 - Coveralls

@Arsh-Kashyap Arsh-Kashyap marked this pull request as ready for review April 29, 2022 06:37
@Arsh-Kashyap Arsh-Kashyap requested a review from a team as a code owner April 29, 2022 06:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default Answer doesn't come from service and always return "No QnAMaker answers found" "No Qnamaker answers found" returned for an existing qna

3 participants