OfficeDev / microsoft-teams-faqplusplus-app

DEPRECATED - This repository contains a deprecated version of the FAQ Plus app template. Please see the README file for more details and a link to the new repository
MIT License
48 stars 49 forks source link

Doesn't perform suggested turns based on context in KB's #86

Open GGCryptoh opened 4 years ago

GGCryptoh commented 4 years ago

For instance, if you have multiple potential options with similar text, the QNAMaker bot will read the KB links and present the additional turns in the card. (prompt based on context)

This bot, while great, doesn't show the turns and just presents the "Ask an Expert" and "Share Suggestion". Not sure if ignoring if the knowledge base links for context is by design or an issue.

I'm learning this code to try and find it for a pull request but figured I would ask if it is a bug.

Summary: In the Knowledge base on qnamaker.ai, if you have a follow-up prompt that context links to other QnA pairs, it doesn't present the follow-up.. The same KB on the original qnamaker bot would.

This bot however, just does the Ask an Expert card.

cueball59 commented 4 years ago

I was just wondering about this as well. Have you made any progress? @GGCryptoh

coderkrishna92 commented 4 years ago

@cueball59 and @GGCryptoh The concept of multi-turn is what you are referring to here! The thing is that when this was designed, the developers did not implement the multi-turn concept

mikeslab commented 4 years ago

@cueball59 and @GGCryptoh The concept of multi-turn is what you are referring to here! The thing is that when this was designed, the developers did not implement the multi-turn concept

Hi @coderkrishna92, @GGCryptoh and @cueball59 Did you guys ever find a solution for implementing the multi-turn on the expert card?

coderkrishna92 commented 4 years ago

@mikeslab Here's the thing. The multi-turn is more applicable with regards to the bot in the user scope. In the expert scope, any time an expert at-mentions the bot, the bot will not query the QnA Maker