.2024Feed RSS
How to use CLU as your NLU in Copilot Studio
Many customers may want to bring their own custom language model to Copilot Studio. To do this you can watch this video to show you how to leverage Azure CLU (replacement for LUIS) with Copilot Studio. This is most commonly needed for a person whom needs to leverage heigharchal intents or is migrating from the Bot Framework.
Copilot Studio Generating Answers from a Custom Index such as ServiceNow Knowledgebase
In this video I use ServiceNow's Knowledge API to provide an example of how to take custom indexed content from a system and provide it back to Generative Answers in Copilot Studio to generate responses over any custom indexed content with an API. This one is a little more technical than most of my videos, but is really shows how powerful the new PVA capabilities truly are.
ALERT! These instructions are for ServiceNow Tokyo release
https://aka.ms/TryCopilotStudio
How to embed a Copilot Studio bot into your Power App
This video provides instructions on how to embedd a Copilot Studio chat bot into your Power App. This capability is a new preview feature in the Power Apps canvas.
To signup of a trial of Copilot Studio you can do so at:
https://aka.ms/TryCopilotStudio
Copilot Studio Demo with GPT
This video shows how Copilot Studio and Large Language Models such as GPT have fundamentally changed the way we build and author conversational AI experiences.
https://aka.ms/TryCopilotStudio
How to parse JSON with Copilot Studio
This video shows how to use the new Parse node in Copilot Studio. https://aka.ms/tryCopilotStudio
Sample JSON:
{
"isActive" : true,
"currentCount" : 123,
"items" : [
{
"name" : "item 1",
"value" : "foobar"
},
{
"name" : "item 2",
"value" : "foobar"
},
{
"name" : "item 3",
"value" : "foobar"
}
]
}