Skip to main content

Notifications

How to Use Topics in a custom Copilot Studio

plarrue Profile Picture Posted 24 May 2024 by plarrue

How to Use Topics in a custom Copilot Studio

 

Prerequisites:

  • You have created a prompt from Copilot Studio
  • You have created a copilot

đź“Ť(In this exercise I've previously created a grounded prompt with my Dataverse data and a copilot)

 

Create a topic

From the top bar menu, select Topics, select + Add a topic

 

plarrue_0-1716392257954.png

 

Select From blank, Select Untitled and change the name to Summarize Proposal

In the trigger window, type "Summarize Proposal"

 

plarrue_1-1716392306984.png

 

 

Select + Add node, select Ask a question , enter What is the name of the proposal?

Select Identity and change it to User’s entire response

 

plarrue_2-1716392355072.png

 

Select Var1 and rename to VarUserResponse

 

plarrue_3-1716392388734.png

 

Select + Add node, select Call an action, select the prompt that you have previously created  (in my example “Learning grounded prompt in a custom Copilot”)

 

plarrue_4-1716392417259.png

 

Select the value VarUserResponse

 

plarrue_5-1716392463525.png

 

Select Select a variable, select Create new

 

plarrue_6-1716392502920.png

 

Select Var1 and rename it to VarOutput

Select + Add node, select send a message

Select {x} Insert variable, select VarOutput.text

 

plarrue_7-1716392542010.png

 

Select Save

Test your copilot

 

In the prompt window, type Summarize Proposal , hit Enter

 

plarrue_8-1716392824570.png

 

 

To the question what is the name of the Proposal in the prompt, type Proposal Name 1, hit Enter

 

plarrue_9-1716392868281.png

 

You should have something similar to this in the conversation

 

plarrue_10-1716392902598.png

 

Categories:

AI Builder Copilot

Comments

  • plarrue Profile Picture plarrue
    Posted 24 May 2024 at 19:34:23
    How to Use Topics in a custom Copilot Studio

    Hi @kestenholz ,

     

    Good catch, indeed you need to create the prompt from Copilot Studio

  • Kestenholz Profile Picture Kestenholz 38
    Posted 23 May 2024 at 11:04:34
    How to Use Topics in a custom Copilot Studio

    Great tutorial. A few questions:

    1. Where did you create the prompt, in Power Apps environment or Copilot Studio directly (and where)?

    2. How well does it work if the variable (text input) is not entirely written as it is in the dataverse row used for grounding?