Any custom model created in Azure AI Foundry can be used in Copilot Studio. This means developers are now longer limited to the standard Open AI models: GPT 4o-mini, GPT 4o, o3. Now we can use other models from different…
What if you could use any Azure AI Foundry model in your Copilot Studio custom prompts? That’s what we are here to talk about today. What models you ask? Well we’ve got Deepseek, Grok, Llama, Mistral even the latest OpenAI…
Copilot Studio can use an Azure AI Search index as knowledge to answer Users questions about unstructured data. It is especially good at retrieving text information stored in files (PDF, Text, etc). To do this you will need to create…
With Azure AI Search you can create a custom search engine of your company’s documents and connect it to Copilot to chat with them. Now you might start to think – hey can’t I just upload files to Copilot Studio…
I want to show you how to build a complete Copilot Studio Agent that takes full advantage of generative orchestration mode. Over the course of a multi-turn conversation, the Agent will use its instructions and messages sent by the User…
Connecting a Copilot Studio and ServiceNow Knowledge Base allows an Agent to answer I/T support questions using a trusted-source. We can do this by setting up an application registry in ServiceNow and supplying the client id and secret to Copilot…
ServiceNow is a popular platform for I/T Teams to manage helpdesk tickets and build knowledge bases. But what if your Copilot Studio Agent could tap into that knowledge base and instantly answer tech support questions? Or let Users get information…
I’m back with a brand new video on how to upload a file through the chat window in Copilot Studio. Maybe you’re thinking, “hey Matthew, didn’t you just do this a couple of weeks ago.” And YES, I did. But…
You can upload a file in Copilot Studio without prompting the User without using a question node. The User can simply drop a file into the chat window, the Agent will detect the file and then process it. This is…
I wanted to upload a file to the chat window in MS Teams and have my Copilot Studio Agent run a prompt on the file. I thought this would be easy, but it ended up being a surprisingly difficult challenge.…