46 questions
0
votes
0
answers
24
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
51
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 ...
0
votes
1
answer
278
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 ...
1
vote
0
answers
46
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
120
views
Microsoft Copilot Studio PAYG - Restricting Teams Channel Access to Specific Users
Regarding Microsoft Copilot Studio PAYG (Pay As You Go with Azure subscription), I am running into difficulties with enabling the agents I have created to be used only by specific users on Teams as a ...
2
votes
0
answers
181
views
In C, is there any advantage to using a lookup table over a case/switch statement? [closed]
For decades, I have used a C program to do keystroke mapping in Windows. I decided to try Microsoft's Copilot in case it would give me any speedup ideas. (My program only re-maps keys if the <...
0
votes
0
answers
157
views
Issue with Inactivity Trigger and Adaptive Card in Copilot
I’m facing an issue where I’ve set up an inactivity trigger to detect when a user hasn’t provided input for 3 minutes. When this happens, a message is displayed, and the user should return to where ...
0
votes
1
answer
1k
views
Has anyone been able to clone a custom copilot agent into the same dev env of the original? [closed]
Microsoft Learn documentation outlines how to export and import agents using what they call custom 'solutions.' You attach a copilot agent to the solution and you can push that agent to UAT or prod ...
1
vote
2
answers
102
views
Azure Bot Skill in Copilot doesn't receive event activities in omnichannel live chat widget or SMS channel
I have a fairly simple copilot bot with a python-fastapi azure bot service in azure added as a skill doing passthrough of messages. When I use the send_activities method on the turn_context object, ...
2
votes
0
answers
1k
views
Copilot Studio SQL connector
I am trying to create a AI Agent in Copilot Studio just to understand what it is capable of. I want to connect it up to a Azure SQL DB so I can ask it questions such as "How many orders have ...
-1
votes
1
answer
610
views
How to automate cli interactions with gh copilot using expect
I want to automatically press
Enter (select generic shell command)
Enter (Copy command to clipboard)
Up (Move cursor to Exit)
Enter (Exit gh cli)
so I can Ctrl+V to paste the suggested terminal ...
1
vote
2
answers
798
views
Repeated Prompt in copilot studio Not Triggering Expected Response for Same Input
I'm working with COPILOT STUDIO to retrieve employee attendance data by employee ID. When I enter a prompt like "give me attendance for employee ID 60005218," the bot successfully returns ...
2
votes
1
answer
340
views
Is it possible to implement Microsoft Copilot into my own React website?
I have little working knowledge of AI chatbots in general and have been trying to research this but I am having trouble. I know it is possible to implement ChatGPT into React/Typescript but I wasn't ...
1
vote
1
answer
5k
views
Copilot Studio - how can I save/convert a choice Variable as/to a string?
What I'm doing:
I'm currently trying to create a chatbot in Copilot Studio for internal Orders. User can select which Product they want to buy.
What I want:
The copilot should give a list of options ...
0
votes
1
answer
413
views
Azure Open AI Studio - Deploy to a copilot stuck and not proceeding to copilot studio
I am trying to integrate my Azure OpenAI chat to copilot studio via the "Deploy" option, so that in copilot studo I can use MS teams channel to implement the chatbot in teams.
However, when ...
0
votes
1
answer
309
views
Using copilot with logic apps
I have a logic app that sends a request to copilot to reformat a piece of code. I have a large number of code blocks to convert using copilot (~1000) so I am trying to query copilot in a loop however ...
1
vote
1
answer
1k
views
How to delete a custom connector in Copilot Studio?
I created a custom connector in Copilot Studio as a test. I would now like to delete the connector, however, the delete button is disabled (see screenshot). Does anyone know how to delete?
Link to ...
0
votes
1
answer
2k
views
Power automate flow stale connection with copilot studio
Anytime I try to run my copilot, which accesses a power automate flow through an action, it prompts me to re-establish the connection. When I try to establish the connection, it loads and stays stale.
...
0
votes
1
answer
2k
views
Assistance Required: Error Code "AccessToBotDenied" When Logging into Copilot Studio Bot
I am seeking assistance with an issue I encountered while trying to log into the Copilot Studio bot authenticated using AAD authentication. Upon attempting to access the bot, I received the following ...
2
votes
1
answer
2k
views
How do I call variables within a JSON in Microsoft Copilot Studio?
Within the following JSON, I want to place variables to store titles or categories in Copilot Studio. What is the process to be able to take the variables within the JSON?
What is the way to call ...
0
votes
1
answer
99
views
How to cancel the stars next to the cursor after using copilot in vscode
I couldn't find the option to cancel this in the settings,I have read the relevant documents and have not found any relevant methods. Do you have any relevant experience that can solve my problem.
-1
votes
1
answer
190
views
Copilot availability on SKU's below F64
I saw that to get Copilot, at least the preview, for Fabric, we should have a minimum of F64.
Is it true for GA as well or will Copilot be available at lower SKUs (F32) at that time ?
Another question,...
0
votes
1
answer
1k
views
How to add a delay activity in Microsoft Copilot Studio
I cannot find a way to add a delay in this topic. The documentation is not useful at all.
I tried using this doc and searched many other options, but I'm missing something. It s literally the same as ...