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

Stabilizing Book Creator Sample: Updating sk nuget and switching to ActionPlanner #1613

Merged
merged 6 commits into from
Jun 21, 2023

Conversation

teresaqhoang
Copy link
Contributor

@teresaqhoang teresaqhoang commented Jun 20, 2023

Motivation and Context

This PR works primarily to stabilize the Book Creator sample app by:

  • Updating KernelHttpServer to use latest SK nuget version (0.16.230615.1-preview)
  • Using ActionPlanner over SequentialPlanner

Description

A lot of the issues detailed in this issue resulted from using SequentialPlanner without gpt-4: #1542

  • Verified that updates to KernelHttpServer doesn't break any of the other sample apps

Contribution Checklist

@teresaqhoang teresaqhoang added planner Anything related to planner or plans samples labels Jun 20, 2023
@teresaqhoang teresaqhoang self-assigned this Jun 20, 2023
@teresaqhoang teresaqhoang requested a review from a team as a code owner June 20, 2023 20:35
@github-actions github-actions bot added the .NET Issue or Pull requests regarding .NET code label Jun 20, 2023
@teresaqhoang teresaqhoang added PR: ready to merge PR has been approved by all reviewers, and is ready to merge. and removed .NET Issue or Pull requests regarding .NET code labels Jun 21, 2023
@teresaqhoang teresaqhoang requested a review from a team June 21, 2023 17:23
@alliscode alliscode added this pull request to the merge queue Jun 21, 2023
Merged via the queue into microsoft:main with commit 28181d7 Jun 21, 2023
16 checks passed
@evchaki evchaki added this to the Sprint 33 milestone Jun 30, 2023
shawncal pushed a commit to shawncal/semantic-kernel that referenced this pull request Jul 6, 2023
…ctionPlanner (microsoft#1613)

### 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.
-->
This PR works primarily to stabilize the Book Creator sample app by:
- Updating KernelHttpServer to use latest SK nuget version
(0.16.230615.1-preview)
- Using ActionPlanner over SequentialPlanner

### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
A lot of the issues detailed in this issue resulted from using
SequentialPlanner without gpt-4:
microsoft#1542

+ Verified that updates to KernelHttpServer doesn't break any of the
other sample apps

### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [x] The code builds clean without any errors or warnings
- [x] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [x] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
@teresaqhoang teresaqhoang deleted the stablizing-book-example branch December 13, 2023 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planner Anything related to planner or plans PR: ready to merge PR has been approved by all reviewers, and is ready to merge.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants