You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Importing an OpenAPI json file generated by Swagger that include multipart/form-data body content got the error:
Microsoft.SemanticKernel.KernelException: Neither of the media types of is supported.
Manually removing the API with this kind of content, it works.
To Reproduce
Import a json file with an API like this example:
github-actionsbot
changed the title
Bug: ImportPluginFromOpenApiAsync with multipart/form-data not wrking
.Net: Bug: ImportPluginFromOpenApiAsync with multipart/form-data not wrking
Sep 24, 2024
dariomalfatti-centropaghe
changed the title
.Net: Bug: ImportPluginFromOpenApiAsync with multipart/form-data not wrking
.Net: Bug: ImportPluginFromOpenApiAsync with multipart/form-data not working
Sep 24, 2024
Describe the bug
Importing an OpenAPI json file generated by Swagger that include multipart/form-data body content got the error:
Microsoft.SemanticKernel.KernelException: Neither of the media types of is supported.
Manually removing the API with this kind of content, it works.
To Reproduce
Import a json file with an API like this example:
Expected behavior
I'm was expecting that the file was correcly processed, ignoring the API with multipart/form-data content though.
Platform
The text was updated successfully, but these errors were encountered: