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

OpenAPIDocumentParser class clean-up. #1390

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

SergeyMenshykh
Copy link
Member

Description and Motivation

The OpenAPIDocumentParser class has been updated to make it kernel-agnostic and enable easy reuse in other components where the conversion functionality may not be needed or may be different.

Disclaimer: The conversion logic has not been changed, and the purpose of this pull request is solely to relocate the conversion logic from the parser class and not to enhance the logic itself.

Contribution Checklist

@github-actions github-actions bot added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Jun 9, 2023
@SergeyMenshykh SergeyMenshykh added .NET Issue or Pull requests regarding .NET code PR: ready for review All feedback addressed, ready for reviews and removed .NET Issue or Pull requests regarding .NET code labels Jun 9, 2023
@lemillermicrosoft lemillermicrosoft merged commit b703b51 into microsoft:main Jun 12, 2023
15 checks passed
@lemillermicrosoft lemillermicrosoft added this to the Sprint 33 milestone Jun 20, 2023
shawncal pushed a commit to shawncal/semantic-kernel that referenced this pull request Jul 6, 2023
### Description and Motivation 
The OpenAPIDocumentParser class has been updated to make it
kernel-agnostic and enable easy reuse in other components where the
conversion functionality may not be needed or may be different.

**Disclaimer**: The conversion logic has not been changed, and the
purpose of this pull request is solely to relocate the conversion logic
from the parser class and not to enhance the logic itself.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code PR: ready for review All feedback addressed, ready for reviews
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants