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: Remove old references of plugin import #10462

Merged
merged 4 commits into from
Feb 11, 2025

Conversation

moonbox3
Copy link
Contributor

Motivation and Context

We had two places in code that showed how to perform a plugin import using old code - kernel.import_plugin....

Description

Removes old old comments, replacing it with the current kernel.add_plugin(...).

Contribution Checklist

@moonbox3 moonbox3 self-assigned this Feb 10, 2025
@moonbox3 moonbox3 requested a review from a team as a code owner February 10, 2025 02:56
@markwallace-microsoft markwallace-microsoft added the python Pull requests for the Python Semantic Kernel label Feb 10, 2025
@moonbox3 moonbox3 enabled auto-merge February 10, 2025 02:57
@moonbox3 moonbox3 added this pull request to the merge queue Feb 10, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 10, 2025
@TaoChenOSU TaoChenOSU added this pull request to the merge queue Feb 10, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 10, 2025
@eavanvalkenburg eavanvalkenburg added this pull request to the merge queue Feb 10, 2025
github-merge-queue bot pushed a commit that referenced this pull request Feb 10, 2025
### Motivation and Context

We had two places in code that showed how to perform a plugin import
using old code - `kernel.import_plugin...`.

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

### Description

Removes old old comments, replacing it with the current
`kernel.add_plugin(...)`.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [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
- [X] I didn't break anyone 😄
@eavanvalkenburg eavanvalkenburg removed this pull request from the merge queue due to a manual request Feb 10, 2025
@eavanvalkenburg
Copy link
Member

@moonbox3 actual error in the integration tests, please have a look!

@moonbox3 moonbox3 enabled auto-merge February 10, 2025 23:04
@moonbox3 moonbox3 added this pull request to the merge queue Feb 10, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 10, 2025
@moonbox3 moonbox3 enabled auto-merge February 11, 2025 01:56
@moonbox3 moonbox3 added this pull request to the merge queue Feb 11, 2025
Merged via the queue into microsoft:main with commit a7fe8e8 Feb 11, 2025
26 checks passed
@moonbox3 moonbox3 deleted the remove-old-code branch February 11, 2025 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests for the Python Semantic Kernel
Projects
Status: Sprint: Done
Development

Successfully merging this pull request may close these issues.

5 participants