Add SequentialPlanner support to Copilot ChatApp#1139
Merged
adrianwyatt merged 34 commits intomicrosoft:mainfrom Jun 6, 2023
Merged
Conversation
1b69708 to
b15245e
Compare
b15245e to
7cb432a
Compare
7cb432a to
5f44e40
Compare
samples/apps/copilot-chat-app/webapi/CopilotChat/Options/PlannerOptions.cs
Show resolved
Hide resolved
lemillermicrosoft
previously approved these changes
May 23, 2023
adrianwyatt
requested changes
May 25, 2023
samples/apps/copilot-chat-app/webapi/CopilotChat/Options/PlannerOptions.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Teresa Hoang <125500434+teresaqhoang@users.noreply.github.com>
thomasgobin
commented
May 25, 2023
Contributor
Author
thomasgobin
left a comment
There was a problem hiding this comment.
Replaced IsSequential by a Type of Planner free variable
Contributor
|
@thomasgobin how have you tested this? Can you share some steps and screenshots? |
teresaqhoang
suggested changes
May 26, 2023
samples/apps/copilot-chat-app/webapi/CopilotChat/Options/PlannerOptions.cs
Outdated
Show resolved
Hide resolved
samples/apps/copilot-chat-app/webapi/CopilotChat/Skills/ChatSkills/ExternalInformationSkill.cs
Show resolved
Hide resolved
samples/apps/copilot-chat-app/webapi/CopilotChat/Skills/ChatSkills/ExternalInformationSkill.cs
Outdated
Show resolved
Hide resolved
adrianwyatt
requested changes
Jun 6, 2023
samples/apps/copilot-chat-app/webapi/CopilotChat/Extensions/SemanticKernelExtensions.cs
Show resolved
Hide resolved
Co-authored-by: Adrian Bonar <56417140+adrianwyatt@users.noreply.github.com>
teresaqhoang
approved these changes
Jun 6, 2023
adrianwyatt
approved these changes
Jun 6, 2023
salmon131
pushed a commit
to salmon131/semantic-kernel
that referenced
this pull request
Jun 7, 2023
### Motivation and Context See issue/feature request microsoft#1137 ### Description Add SequentialPlanner support in Copilot ChatApp --------- Co-authored-by: Teresa Hoang <125500434+teresaqhoang@users.noreply.github.com> Co-authored-by: Harleen Thind <39630244+hathind-ms@users.noreply.github.com> Co-authored-by: Teresa Hoang <tehoang@microsoft.com> Co-authored-by: Adrian Bonar <56417140+adrianwyatt@users.noreply.github.com>
shawncal
pushed a commit
to shawncal/semantic-kernel
that referenced
this pull request
Jul 6, 2023
### Motivation and Context See issue/feature request microsoft#1137 ### Description Add SequentialPlanner support in Copilot ChatApp --------- Co-authored-by: Teresa Hoang <125500434+teresaqhoang@users.noreply.github.com> Co-authored-by: Harleen Thind <39630244+hathind-ms@users.noreply.github.com> Co-authored-by: Teresa Hoang <tehoang@microsoft.com> Co-authored-by: Adrian Bonar <56417140+adrianwyatt@users.noreply.github.com>
golden-aries
pushed a commit
to golden-aries/semantic-kernel
that referenced
this pull request
Oct 10, 2023
### Motivation and Context See issue/feature request microsoft#1137 ### Description Add SequentialPlanner support in Copilot ChatApp --------- Co-authored-by: Teresa Hoang <125500434+teresaqhoang@users.noreply.github.com> Co-authored-by: Harleen Thind <39630244+hathind-ms@users.noreply.github.com> Co-authored-by: Teresa Hoang <tehoang@microsoft.com> Co-authored-by: Adrian Bonar <56417140+adrianwyatt@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
See issue/feature request #1137
Description
Add SequentialPlanner support in Copilot ChatApp
Contribution Checklist
dotnet format