Replies: 1 comment
-
@neel015 - we will make this an issue to make sure we get this in for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello SK team!
We have been using the package
Microsoft.SemanticKernel.Plugins.OpenApi
, it works well with API requests accepting JSON.However, we have an API which accepts file, for that it is not working.
While taking a look at the repo we can see that only
application/json
andtext/plain
are supported.It would be nice to support file types in API requests.
Beta Was this translation helpful? Give feedback.
All reactions