.NET samples for HttpPlugin #5665
-
Hello, I'm looking for .NET examples on how to use HttpPlugin. |
Beta Was this translation helpful? Give feedback.
Answered by
sophialagerkranspandey
Apr 1, 2024
Replies: 1 comment
-
What we've found, is that the model performs better if you describe your APIs as a native function (or as an OpenAPI manifest import). As we approach Build, we are revisiting our plugins and will likely remove plugins like this one that are not as performant or use outdated best practices. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sophialagerkranspandey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What we've found, is that the model performs better if you describe your APIs as a native function (or as an OpenAPI manifest import). As we approach Build, we are revisiting our plugins and will likely remove plugins like this one that are not as performant or use outdated best practices.
semantic-kernel/dotnet/src/Plugins/Plugins.Core/HttpPlugin.cs at main · microsoft/semantic-kernel (github.com)