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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copilot chat: refactor chat history #682

Conversation

TaoChenOSU
Copy link
Contributor

Motivation and Context

The chat history skill handles the creation of new chat sessions, retrieval of chat sessions and messages, and editing of chat titles. It was unnecessary and improper to use a skill to handle non-AI related task.

Description

Replace the chat history skill with a controller that provides APIs to handle the above-mentioned tasks.

Contribution Checklist

@TaoChenOSU TaoChenOSU added PR: ready for review All feedback addressed, ready for reviews samples labels Apr 26, 2023
@adrianwyatt adrianwyatt self-assigned this Apr 26, 2023
@adrianwyatt adrianwyatt added PR: feedback to address Waiting for PR owner to address comments/questions and removed PR: ready for review All feedback addressed, ready for reviews labels Apr 26, 2023
@TaoChenOSU TaoChenOSU force-pushed the users/taochen/copilot_chat_history_refactor branch 2 times, most recently from 46bc4af to 6845ebf Compare April 27, 2023 20:33
@TaoChenOSU TaoChenOSU added PR: ready for review All feedback addressed, ready for reviews and removed PR: feedback to address Waiting for PR owner to address comments/questions labels Apr 27, 2023
Copy link
Member

@Vivihung Vivihung 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 the refactory! Left some questions.

@TaoChenOSU TaoChenOSU force-pushed the users/taochen/copilot_chat_history_refactor branch from 6845ebf to e79a21c Compare April 27, 2023 22:27
Vivihung
Vivihung previously approved these changes Apr 27, 2023
Copy link
Member

@Vivihung Vivihung 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 taking feedbacks.

@TaoChenOSU TaoChenOSU added PR: paused PR temporarily parked and removed PR: ready for review All feedback addressed, ready for reviews labels Apr 28, 2023
@TaoChenOSU TaoChenOSU force-pushed the users/taochen/copilot_chat_history_refactor branch from e79a21c to d0a00d3 Compare April 28, 2023 04:14
@github-actions github-actions bot added the kernel Issues or pull requests impacting the core kernel label Apr 28, 2023
@TaoChenOSU TaoChenOSU added PR: ready for review All feedback addressed, ready for reviews and removed PR: paused PR temporarily parked kernel Issues or pull requests impacting the core kernel labels Apr 28, 2023
@TaoChenOSU TaoChenOSU force-pushed the users/taochen/copilot_chat_history_refactor branch from d0a00d3 to 3c264ef Compare April 28, 2023 04:34
@github-actions github-actions bot added the kernel Issues or pull requests impacting the core kernel label Apr 28, 2023
@github-actions github-actions bot removed the kernel Issues or pull requests impacting the core kernel label Apr 28, 2023
Vivihung
Vivihung previously approved these changes Apr 28, 2023
@adrianwyatt adrianwyatt merged commit 3362c20 into microsoft:main Apr 28, 2023
11 checks passed
dluc pushed a commit that referenced this pull request Apr 29, 2023
### Motivation and Context
The chat history skill handles the creation of new chat sessions,
retrieval of chat sessions and messages, and editing of chat titles. It
was unnecessary and improper to use a skill to handle non-AI related
task.

### Description
Replace the chat history skill with a controller that provides APIs to
handle the above-mentioned tasks.
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
### Motivation and Context
The chat history skill handles the creation of new chat sessions,
retrieval of chat sessions and messages, and editing of chat titles. It
was unnecessary and improper to use a skill to handle non-AI related
task.

### Description
Replace the chat history skill with a controller that provides APIs to
handle the above-mentioned tasks.
golden-aries pushed a commit to golden-aries/semantic-kernel that referenced this pull request Oct 10, 2023
### Motivation and Context
The chat history skill handles the creation of new chat sessions,
retrieval of chat sessions and messages, and editing of chat titles. It
was unnecessary and improper to use a skill to handle non-AI related
task.

### Description
Replace the chat history skill with a controller that provides APIs to
handle the above-mentioned tasks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: ready for review All feedback addressed, ready for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants