Skip to content
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

Python: Bring OpenAPI plugin to parity with dotnet #9719

Open
moonbox3 opened this issue Nov 15, 2024 · 0 comments · May be fixed by #9670
Open

Python: Bring OpenAPI plugin to parity with dotnet #9719

moonbox3 opened this issue Nov 15, 2024 · 0 comments · May be fixed by #9670
Assignees
Labels
openapi Issues related to the OpenAPI function importer python Pull requests for the Python Semantic Kernel

Comments

@moonbox3
Copy link
Contributor

We're working on moving the OpenAPI plugin from experimental to preview. As part of this, there are several items we need to introduce to Python to bring it to parity with what was done in .Net:

  • allow for multiple servers for an API operation
  • allow one to define security configuration at the spec level as well as per operation level
  • add the deprecated tag to the OpenAI plugin code as it was deprecated by OpenAI and we never handled it in SK Python.
  • rename some model class to remove the operation portion of the name.
  • add ability to specify a callback to be able to skip certain api operations based on name, method, or description
  • remove the experimental tag from public facing methods.
  • allow one to pass in a parsed OpenAPI spec to the plugin add method
@moonbox3 moonbox3 added openapi Issues related to the OpenAPI function importer python Pull requests for the Python Semantic Kernel labels Nov 15, 2024
@moonbox3 moonbox3 self-assigned this Nov 15, 2024
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code triage labels Nov 15, 2024
@github-actions github-actions bot changed the title Python: Bring OpenAPI plugin to parity with dotnet .Net: Python: Bring OpenAPI plugin to parity with dotnet Nov 15, 2024
@moonbox3 moonbox3 removed the triage label Nov 15, 2024
@moonbox3 moonbox3 linked a pull request Nov 15, 2024 that will close this issue
4 tasks
@moonbox3 moonbox3 changed the title .Net: Python: Bring OpenAPI plugin to parity with dotnet Python: Bring OpenAPI plugin to parity with dotnet Nov 15, 2024
@moonbox3 moonbox3 removed the .NET Issue or Pull requests regarding .NET code label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openapi Issues related to the OpenAPI function importer python Pull requests for the Python Semantic Kernel
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants