In our Copilot Studio Agent, Axolotl, we want to utilise Microsoft Foundry to deepen it’s knowledge base and get more information and insight for the players. We have started to build agents and test different models in Microsoft Foundry that can be exposed to Copilot Studio in Power Platform. This will provide players with valuable intel on how to play the game, get insight on prices and trends for the development of prices over time, and make it possible for use to help users make informed decisions based on lot’s of DATA <3 Users will get this information in real-time, making it easy to access relevant info when they need it. And no, we dont know how much it’s costing us right now…

Having an agent utilise the exposed API, either from Azure Functions or a Custom API that can be wrapped in a Custom Connector and then added to the Copilot Studio Agent.
Another option for doing valuable searches for Minecrafters, we added a topic in the agent that has an action to perform a “Custom search”. It uses a web search and the input is coming from the conversation with the user. So the user is prompted to ask for what they want to craft, then how much and what they have in their inventory before doing a search online to fetch information.

The output wasn’t structured enough, so we added a custom prompt to transform the output to a useful format. It was given instructions on how to handle the input from the custom search and what the output should be.

That resulted in a very well formatted answer that helped the user not only to understand what they needed to build a Diamond Axe for instance, but also shows it visually how to do it when crafting in Minecraft. Pretty cool to build these custom prompts and get some very valuable output when combined with a clever little search to the big internet 😀
