How to add a feature like to display the next probable questions for the user based on the user's previous question

TagnaviMY-1268 30 Reputation points
2024-01-30T06:52:12.5133333+00:00

Hi, we have a simple chat webapp that integrates with Azure open AI . Would like to integrate a feature where after a user asks a question, based on that intent , the system should be able to suggest some probable questions next the user may ask. And the user can select the question and get answer. please help if there is any possible way this can be achieved thanks

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,339 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,081 questions
{count} votes

Accepted answer
  1. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2024-01-31T07:11:50.6366667+00:00

    @TagnaviMY-1268 , Thanks for posting this question.

    Currently, this is not a supported feature. You may customize the solution, here are the possible approaches for follow-up prompts:

      You may dd similar config/message: Suggest Follow-up Questions:\n - If the user's query is incomplete or unclear, suggest follow-up questions to gather more details.

    Prompt engineering techniques  

    Please see this example on how follow-up prompts are configured on AI Services – QnA Maker.

    “Use follow-up prompts and context to manage the multiple turns, known as multi-turn, for your bot from one question to another.”  You make this flow through the questions possible by presenting the user with follow-up prompts.  

    Having mentioned that, I have relayed this feedback internally to our product team.

      If you wish you may share your feedback on Uservoice - All of the feedback, you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure. Additionally, users with a similar request can up-vote your post and add their comments.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.