-
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: Feature copilot agent plugins demo sample #10444
base: main
Are you sure you want to change the base?
.Net: Feature copilot agent plugins demo sample #10444
Conversation
...Demos/CopilotAgentPlugins/CopilotAgentPluginsDemoSample/CopilotAgentPluginsDemoSample.csproj
Outdated
Show resolved
Hide resolved
@fabianwilliams for the formatting issues, just run |
...tAgentPluginsDemoSample/Plugins/CopilotAgentPlugins/AstronomyPlugin/astronomy-apiplugin.json
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adopted changes
…thub.com/fabianwilliams/semantic-kernel into feature-copilot-agent-plugins-demosample pull from feature-copilot-agent-plugins-demosample
@@ -0,0 +1,24 @@ | |||
Microsoft Visual Studio Solution File, Format Version 12.00 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if separate solution file is needed, can we add this demo project to SK-dotnet.sln? In this way, when we build main solution, this project will be included as well and it should be easier to keep this demo project up to date in case we release some breaking changes in our other packages.
Motivation and Context
Why is this change required?
The change is required to empower developers with intuitive, flexible tools that strengthen Copilot extensibility. This enables the creation of seamless GenAI experiences that meet users' unique needs, bringing joy and accomplishment as their vision comes to life with a faster journey to F51.
####What problem does it solve?
It solves the problem of navigating thousands of endpoints and methods in the Microsoft Graph OpenAPI document, which exceeds 800K lines. Traditional methods are inefficient and lack precision1.
####What scenario does it contribute to?
It contributes to scenarios where developers need to create, manage, and deploy CRUD (Create, Read, Update, Delete) plugins for M365. This includes operations on M365 resources like Mail, Calendar, and Contacts1.
####If it fixes an open issue, please link to the issue here.
Not applicable based on the provided document.
Description
Contribution Checklist