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

CopilotChat: Ensure the planner has full context and users UserIntent as the goal. #686

Merged
merged 6 commits into from Apr 27, 2023

Conversation

adrianwyatt
Copy link
Contributor

@adrianwyatt adrianwyatt commented Apr 27, 2023

Motivation and Context

Ensure the planner has full context and users UserIntent as the goal

Description

  • Clone the chat skill's context into a planner context
  • Update the planner context to use the user intent as its input/goal.
  • Break apart plan creation and plan running for easier debugging of the plan itself.

@adrianwyatt adrianwyatt changed the title Fixplan CopilotChat: Ensure the planner has full context and users UserIntent as the goal. Apr 27, 2023
@adrianwyatt adrianwyatt enabled auto-merge (squash) April 27, 2023 00:44
@adrianwyatt adrianwyatt merged commit b1db653 into microsoft:main Apr 27, 2023
11 checks passed
dluc pushed a commit that referenced this pull request Apr 29, 2023
… as the goal. (#686)

### Motivation and Context
Ensure the planner has full context and users UserIntent as the goal

### Description
- Clone the chat skill's context into a planner context
- Update the planner  context to use the user intent as its input/goal.
- Break apart plan creation and plan running for easier debugging of the
plan itself.
@adrianwyatt adrianwyatt deleted the fixplan branch May 4, 2023 00:31
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
… as the goal. (microsoft#686)

### Motivation and Context
Ensure the planner has full context and users UserIntent as the goal

### Description
- Clone the chat skill's context into a planner context
- Update the planner  context to use the user intent as its input/goal.
- Break apart plan creation and plan running for easier debugging of the
plan itself.
golden-aries pushed a commit to golden-aries/semantic-kernel that referenced this pull request Oct 10, 2023
… as the goal. (microsoft#686)

### Motivation and Context
Ensure the planner has full context and users UserIntent as the goal

### Description
- Clone the chat skill's context into a planner context
- Update the planner  context to use the user intent as its input/goal.
- Break apart plan creation and plan running for easier debugging of the
plan itself.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants