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

Show live updates from ChatSkill #14

Merged
merged 1 commit into from
Jul 22, 2023
Merged

Show live updates from ChatSkill #14

merged 1 commit into from
Jul 22, 2023

Conversation

dehoward
Copy link
Contributor

Original PR: microsoft/semantic-kernel#2103.

Motivation and Context

showing the current status of execution helps dampen the effect of the response latency.

Description

  • updates ChatSkill to use the MessageRelayHub for broadcasting status updates
  • changes botIsTyping to botResponseStatus in ChatState

gif

Contribution Checklist

@alliscode alliscode added this pull request to the merge queue Jul 22, 2023
Merged via the queue into microsoft:main with commit cf71c6c Jul 22, 2023
7 checks passed
pnashmsft pushed a commit to pnashmsft/chat-copilot that referenced this pull request May 27, 2024
Fix during Settings update call on new user record
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
Original PR: microsoft/semantic-kernel#2103.
-------------------
### 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.
-->
showing the current status of execution helps dampen the effect of the
response latency.

### Description
- updates `ChatSkill` to use the `MessageRelayHub` for broadcasting
status updates
- changes `botIsTyping` to `botResponseStatus` in `ChatState`


![gif](https:/microsoft/semantic-kernel/assets/52973358/7e3720d8-2469-4fc5-a976-18d5c544e89f)

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

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [X] The PR follows the [SK Contribution
Guidelines](https:/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https:/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#dev-scripts)
raises no violations
- [X] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants