47 questions
-3
votes
0
answers
49
views
how to make intellij copilot plugin read ad-hoc agents outside the project
I have some AI subagents that I want to use on every project.
Let's take one subagent, for instance, called code-reviewer.md. copilot cli already sees it, via ~/config/copilot/agents/code-reviewer....
Advice
0
votes
0
replies
63
views
Microsoft AI tools and database row-level security
I'm trying to work out how row level security in Microsoft Fabric works with AI tools like Fabric Data Agent, building your own copilot or other AI tools. I'm aiming to have a front end application ...
-1
votes
3
answers
586
views
How to send an email attachment to a Copilot Studio agent using Power Automate?
I’m trying to trigger a Copilot Studio conversational agent from Power Automate when a new email arrives, and I want to pass the email’s attachment to the agent for analysis.
Here’s what I’ve done so ...
Best practices
1
vote
2
replies
216
views
Agents in Copilot Studio: Best practices for developing, versioning and deploying
What is the best way, what is best practice when it comes to developming, versioning and deploying agents in Copilot Studio?
I now basically have three ways, all of which do the same thing but deliver ...
0
votes
0
answers
53
views
Is there a way to dynamically change URL for odata connection in power bi?
I am trying to pull the data from the microsoft reports url and use the table data to build out executive reports. The issue is that there are roughly 12 reports I want to pull but when I eneter the ...
-2
votes
1
answer
267
views
Can I prevent VSCode DevContainer environment from loading Copilot?
Despite having only a few extensions specified in devcontainer config
"customizations": {
"vscode": {
"extensions": [
"elmtooling.elm-ls-vscode&...
Advice
0
votes
3
replies
105
views
Microsoft copilot authenticate with teams app
I have created a copilot VA agent and i want to integrate it with my react app published as a teams app. The authentication for the copilot VA agent should happen automatically for the logged in teams ...
0
votes
0
answers
65
views
Issue with Custom Engine Agent for Copilot – Service Not Responding After Deployment to Kubernetes
I'm trying to create a Custom Engine Agent for Copilot. I have set up a bot, an app registration, and a manifest file. When I run the service locally using DevTunnel, everything works fine—the bot ...
0
votes
0
answers
89
views
How to Identify the End User from an MCP server called by a Copilot Studio Agent
I have an MCP server hosted in an Azure Function. The server is added as a tool to a Copilot agent using an MCP APi key, and works fine. But, I'd like to get the copilot user context to do ...
0
votes
0
answers
87
views
Microsoft365 agents toolkit - app selection
I'm trying to create an app/agent for teams and Microsoft 365 copilot. I already have my users authenticated via Microsoft Entra External ID for my web app. I'd like to use the same process here like ...
2
votes
1
answer
1k
views
How to programmatically detect if Microsoft Copilot is installed in Windows using Delphi?
I am running Windows 11 Pro 64-bit 24H2. When I press WIN+C (the shortcut to show Copilot), I get this screen asking me to sign in Copilot.
This IMO shows that Copilot is installed on my machine.
Now ...
0
votes
1
answer
450
views
Custom Connector Returns HTTP 200 but Fails in Copilot Agent with ConnectorRequestFailure
I'm encountering an issue while testing a custom connector in Copilot Studio. The connector is successfully tested in the Custom Connector Test tab, and it returns a valid HTTP 200 response with the ...
0
votes
0
answers
481
views
How to call Microsoft 365 Copilot API to perform web search using Python?
I’m working on a Python application that integrates with Microsoft 365 Copilot APIs. My goal is to use Copilot (or a related API) to perform web-grounded responses (i.e., public web search similar to ...
1
vote
0
answers
54
views
Power Apps for Teams - removing Copilot from the front end
I'd like to remove the 'Draft with Copilot' option from the front end of an app I am building within Power Apps for Teams.
I have found this article but because I am using a Teams environment I don't ...
0
votes
1
answer
2k
views
How to bypass login popup when using Copilot Studio with manual authentication in a custom web app?
I'm integrating a Microsoft Copilot Studio agent into my company's custom groupware web app (C#), and I want to avoid showing any Microsoft login popups or authentication prompts inside the chat.
My ...