-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net: Add Calendar write for Copilot Agent Plugin Calendar #10622
base: main
Are you sure you want to change the base?
Conversation
Are we including request headers for tracking caps in telemetry? |
At the moment, we are not. We can include it once we agree on the format/naming like we do in graph SDK https://github.com/microsoftgraph/msgraph-sdk-design/blob/main/middleware/TelemetryHandler.md#ideal-metadata-capture. In the meantime, I'm testing it out. |
Adds a SdkVersion and client-request-id headers to the operation
.../src/Functions/Functions.OpenApi.Extensions/Extensions/CopilotAgentPluginKernelExtensions.cs
Outdated
Show resolved
Hide resolved
.../src/Functions/Functions.OpenApi.Extensions/Extensions/CopilotAgentPluginKernelExtensions.cs
Outdated
Show resolved
Hide resolved
.../src/Functions/Functions.OpenApi.Extensions/Extensions/CopilotAgentPluginKernelExtensions.cs
Outdated
Show resolved
Hide resolved
.../src/Functions/Functions.OpenApi.Extensions/Extensions/CopilotAgentPluginKernelExtensions.cs
Outdated
Show resolved
Hide resolved
@bgervin I updated in this PR to have the request headers for tracking CAPs. |
Motivation and Context
Add support for creating calendar events on Copilot Plugin Agents
Description
Add support for creating calendar events on Copilot Plugin Agents
Contribution Checklist