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

.Net Removing IPlan interface #3265

Merged

Conversation

RogerBarreto
Copy link
Member

Motivation and Context

IPlan interface has not definition and all Plan implementations actually implement ISKFunction members.

Currently there is no need to have this as a Flag interface.

Description

Removing IPlan interface and pointing all its dependencies to ISKFunction directly.

Contribution Checklist

@RogerBarreto RogerBarreto added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Oct 23, 2023
@RogerBarreto RogerBarreto self-assigned this Oct 23, 2023
@RogerBarreto RogerBarreto requested a review from a team as a code owner October 23, 2023 18:27
@shawncal shawncal removed the kernel Issues or pull requests impacting the core kernel label Oct 23, 2023
Copy link
Member

@markwallace-microsoft markwallace-microsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are using obsolescence to make the path to upgrade to newer versions of the SK easier

@RogerBarreto RogerBarreto added the PR: ready to merge PR has been approved by all reviewers, and is ready to merge. label Oct 24, 2023
@RogerBarreto RogerBarreto disabled auto-merge October 24, 2023 16:43
@RogerBarreto RogerBarreto added this pull request to the merge queue Oct 24, 2023
Merged via the queue into microsoft:main with commit 5cad783 Oct 24, 2023
18 checks passed
@RogerBarreto RogerBarreto deleted the features/remove-iplan-interface branch October 24, 2023 17:23
SOE-YoungS pushed a commit to SOE-YoungS/semantic-kernel that referenced this pull request Nov 1, 2023
### Motivation and Context

IPlan interface has not definition and all Plan implementations actually
implement ISKFunction members.

Currently there is no need to have this as a `Flag interface`.

### Description

Removing `IPlan` interface and pointing all its dependencies to
`ISKFunction` directly.

### Contribution Checklist

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code PR: ready to merge PR has been approved by all reviewers, and is ready to merge.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants