Unable to create Plugin from OpenAPI spec using v1.46 of dotnet SK #11537
-
Hi, I am unable to find the corresponding functionality Moreover overall in Kernel.CreatePlugin* method variations I do not find a way to create plugin from OpenAPI. Am I missing something or is there an alternate way to do this ? PS: Trying to have create the GitHub API plugin to be able to raise PRs etc. from the Agent. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @munishgoyal1, are you using the following package in your project? |
Beta Was this translation helpful? Give feedback.
-
Hi @munishgoyal1 Can you take a look at these. |
Beta Was this translation helpful? Give feedback.
Hi @munishgoyal1
we have a number of samples which use OpenAPI in this folder: https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/Concepts/Plugins.
Can you take a look at these.