Hi all,
I am building a Copilot agent designed to walk users through a series of interlinked topics and questions, to guide them to links and brief, pre-written answers to guidance questions about our work.
However, I would like to try and get the following to work:
1. In "Topic A", a user selects an option to categorize their material. This redirects to "Topic B."
2. In "Topic B," the agent asks the user to input some text describing the material they would like to categorize.
3. Then, I would like the agent to evaluate the user's inputted text, and suggest either Topic C, Topic D, or Topic E based on the inputted text. Topic C, D, or E would begin with a message saying something like, "Based on your input, it seems like you have [type of material.] And then it would provide pre-set messages about that category of material.
Does anyone have insight on how I can do this? I'm new to Copilot, and I've tried to use different concepts from the training I've done to get this to work, but haven't had success thus far.
Thank you!