Forum Discussion
QnA maker bot returns both short and long answer in Test in Web Chat
- Mar 16, 2021
I was finding the same issue, running within the test web bot and Teams. I eventually found a solution.
If you navigate to the bot's app service in Azure portal, go to the configuration settings and add the key value pair EnablePreciseAnswer:false then this will remove the precise answer or short answer from the response. You will need to save the change and restart the app service for the change to take effect.
Have you received any update on this? I am facing this issue myself and can't seem to find a solution either.
I was finding the same issue, running within the test web bot and Teams. I eventually found a solution.
If you navigate to the bot's app service in Azure portal, go to the configuration settings and add the key value pair EnablePreciseAnswer:false then this will remove the precise answer or short answer from the response. You will need to save the change and restart the app service for the change to take effect.