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: fix issue of No module named 'semantic_kernel.planning' #823

Merged
merged 1 commit into from May 6, 2023

Conversation

feiskyer
Copy link
Contributor

@feiskyer feiskyer commented May 5, 2023

Motivation and Context

python: fix the issue of No module named 'semantic_kernel.planning'.

Description

Add init file for the planning package.

Contribution Checklist

@github-actions github-actions bot added the python Pull requests for the Python Semantic Kernel label May 5, 2023
Copy link
Contributor

@alexchaomander alexchaomander left a comment

Choose a reason for hiding this comment

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

Thanks for adding this!

@alexchaomander alexchaomander added the PR: ready to merge PR has been approved by all reviewers, and is ready to merge. label May 5, 2023
@shawncal shawncal enabled auto-merge (squash) May 6, 2023 03:24
@shawncal shawncal merged commit 90f1258 into microsoft:main May 6, 2023
20 checks passed
@feiskyer feiskyer deleted the fix-planner branch May 6, 2023 05:16
codebrain pushed a commit to searchpioneer/semantic-kernel that referenced this pull request May 16, 2023
…osoft#823)

### Motivation and Context
<!-- 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.
-->

python: fix the issue of `No module named 'semantic_kernel.planning'`.

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

Add __init__ file for the planning package.
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
…osoft#823)

### Motivation and Context
<!-- 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.
-->

python: fix the issue of `No module named 'semantic_kernel.planning'`.

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

Add __init__ file for the planning package.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: ready to merge PR has been approved by all reviewers, and is ready to merge. python Pull requests for the Python Semantic Kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants