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
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 ...
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 ...
0
votes
0
answers
356
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
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 ...
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 ...
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 <...
2
votes
1
answer
483
views
Property of type String or Blank in record schema definition
In Copilot Studio, I'm receiving an object from an HTTP response where one of the properties can be either a string value or blank (null). However, I can't figure out how to define that type in the ...
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
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, ...
0
votes
0
answers
220
views
Copilot Studio Generative Action Fails to Extract Optional Query Parameters (GUID, Integer) from Prompt for Custom Connector
I've built a custom connector in Power Automate based on an ASP.NET Core Web API for use in Copilot Studio with Generative AI Actions enabled. The connector itself tests fine in the Power Automate '...
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 ...
0
votes
0
answers
23
views
Applying template formatting using PHPWord [duplicate]
I've written a Laravel application that generates content for documents and inserts it into existing Word templates using PHPWord. My desired approach is pretty simple:
I generate the content that I ...
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.
...
1
vote
1
answer
612
views
Copilot Studio Azure Open AI Citation
My copilot studio is integrated with Azure Open AI (gpt-35-turbo) for Generative Answers.
I have configured the settings directly Copilot Studio Web and not used any APIs.
I would like my "...
0
votes
0
answers
92
views
How to create Copilot agent to read information about a specific script in SharePoint?
I have done a ton of research and Googling on this but can't find a solution. I am trying to create a CoPilot agent that will read in a Python script and then answer questions regarding the contents ...
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 ...
0
votes
1
answer
664
views
How to populate Azure AI Search field with a custom skill?
I am trying to populate a ParsedDate field in an Azure Search Index so that I can later on create a scoring profile to improve the search results (using Freshness).
I defined the index, skillset and ...
0
votes
1
answer
411
views
Having an issue accessing the EntraID access token via API call
I am currently trying to access the entraID access token via an http POST on Copilot Studios:
Currently my Post looks as such:
POST https://login.microsoftonline.com/common/oauth2/token
Body:
{
"...
1
vote
0
answers
334
views
How to configure/connect Zendesk frpm Microsoft copilot for escalation?
I am working on Microsoft Copilot and would like to connect to Zendesk for escalation. I am trying to do it with customer engagement hub, but there is nothing which help me to do the configuration.
...
0
votes
1
answer
75
views
Outlook addin - Extension points like Copilot
I am trying to create an Outlook addin and was wondering how copilot has other UI elements in Outlook that allow the user to interact with it.
Below you can see in Outlook Desktop Mac there is a way ...
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.