Skip to content

Copilot Chat: Multi user broadcast user join#1077

Merged
amsacha merged 1 commit intomicrosoft:feature-multiusercopilotchatfrom
TaoChenOSU:users/taochen/copilot_multi_user_broadcast_user_join
May 18, 2023
Merged

Copilot Chat: Multi user broadcast user join#1077
amsacha merged 1 commit intomicrosoft:feature-multiusercopilotchatfrom
TaoChenOSU:users/taochen/copilot_multi_user_broadcast_user_join

Conversation

@TaoChenOSU
Copy link
Contributor

@TaoChenOSU TaoChenOSU commented May 18, 2023

Motivation and Context

Need to show how many users are in a chat.

Description

  1. Create a widget in the Webapp that can show users that are part of the chat. This only shows user ids for now.
  2. Broadcast to all chat members when a user joins.
    image

Contribution Checklist

@TaoChenOSU TaoChenOSU force-pushed the users/taochen/copilot_multi_user_broadcast_user_join branch from 3261bf4 to 5448d40 Compare May 18, 2023 20:44
@TaoChenOSU TaoChenOSU requested a review from amsacha May 18, 2023 20:44
@TaoChenOSU TaoChenOSU added the PR: ready for review All feedback addressed, ready for reviews label May 18, 2023
@amsacha amsacha merged commit d074d9b into microsoft:feature-multiusercopilotchat May 18, 2023
TaoChenOSU added a commit to TaoChenOSU/semantic-kernel-fork that referenced this pull request May 19, 2023
<!-- 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.
-->
Need to show how many users are in a chat.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
1. Create a widget in the Webapp that can show users that are part of
the chat. This only shows user ids for now.
2. Broadcast to all chat members when a user joins.

![image](https://github.com/microsoft/semantic-kernel/assets/12570346/c63fd541-ffb4-4564-b020-20fdd728bbbe)

<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
TaoChenOSU added a commit to TaoChenOSU/semantic-kernel-fork that referenced this pull request May 19, 2023
<!-- 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.
-->
Need to show how many users are in a chat.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
1. Create a widget in the Webapp that can show users that are part of
the chat. This only shows user ids for now.
2. Broadcast to all chat members when a user joins.

![image](https://github.com/microsoft/semantic-kernel/assets/12570346/c63fd541-ffb4-4564-b020-20fdd728bbbe)

<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
TaoChenOSU added a commit to TaoChenOSU/semantic-kernel-fork that referenced this pull request May 22, 2023
<!-- 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.
-->
Need to show how many users are in a chat.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
1. Create a widget in the Webapp that can show users that are part of
the chat. This only shows user ids for now.
2. Broadcast to all chat members when a user joins.

![image](https://github.com/microsoft/semantic-kernel/assets/12570346/c63fd541-ffb4-4564-b020-20fdd728bbbe)

<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
TaoChenOSU added a commit to TaoChenOSU/semantic-kernel-fork that referenced this pull request May 22, 2023
<!-- 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.
-->
Need to show how many users are in a chat.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
1. Create a widget in the Webapp that can show users that are part of
the chat. This only shows user ids for now.
2. Broadcast to all chat members when a user joins.

![image](https://github.com/microsoft/semantic-kernel/assets/12570346/c63fd541-ffb4-4564-b020-20fdd728bbbe)

<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
TaoChenOSU added a commit that referenced this pull request May 22, 2023
<!-- 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.
-->
Need to show how many users are in a chat.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
1. Create a widget in the Webapp that can show users that are part of
the chat. This only shows user ids for now.
2. Broadcast to all chat members when a user joins.

![image](https://github.com/microsoft/semantic-kernel/assets/12570346/c63fd541-ffb4-4564-b020-20fdd728bbbe)

<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
amsacha pushed a commit to amsacha/semantic-kernel that referenced this pull request May 23, 2023
<!-- 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.
-->
Need to show how many users are in a chat.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
1. Create a widget in the Webapp that can show users that are part of
the chat. This only shows user ids for now.
2. Broadcast to all chat members when a user joins.

![image](https://github.com/microsoft/semantic-kernel/assets/12570346/c63fd541-ffb4-4564-b020-20fdd728bbbe)

<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
amsacha pushed a commit that referenced this pull request May 23, 2023
<!-- 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.
-->
Need to show how many users are in a chat.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
1. Create a widget in the Webapp that can show users that are part of
the chat. This only shows user ids for now.
2. Broadcast to all chat members when a user joins.

![image](https://github.com/microsoft/semantic-kernel/assets/12570346/c63fd541-ffb4-4564-b020-20fdd728bbbe)

<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
amsacha pushed a commit that referenced this pull request May 25, 2023
<!-- 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.
-->
Need to show how many users are in a chat.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
1. Create a widget in the Webapp that can show users that are part of
the chat. This only shows user ids for now.
2. Broadcast to all chat members when a user joins.

![image](https://github.com/microsoft/semantic-kernel/assets/12570346/c63fd541-ffb4-4564-b020-20fdd728bbbe)

<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
amsacha pushed a commit that referenced this pull request May 25, 2023
<!-- 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.
-->
Need to show how many users are in a chat.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
1. Create a widget in the Webapp that can show users that are part of
the chat. This only shows user ids for now.
2. Broadcast to all chat members when a user joins.

![image](https://github.com/microsoft/semantic-kernel/assets/12570346/c63fd541-ffb4-4564-b020-20fdd728bbbe)

<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
amsacha pushed a commit that referenced this pull request May 31, 2023
<!-- 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.
-->
Need to show how many users are in a chat.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
1. Create a widget in the Webapp that can show users that are part of
the chat. This only shows user ids for now.
2. Broadcast to all chat members when a user joins.

![image](https://github.com/microsoft/semantic-kernel/assets/12570346/c63fd541-ffb4-4564-b020-20fdd728bbbe)

<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
amsacha pushed a commit that referenced this pull request May 31, 2023
<!-- 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.
-->
Need to show how many users are in a chat.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
1. Create a widget in the Webapp that can show users that are part of
the chat. This only shows user ids for now.
2. Broadcast to all chat members when a user joins.

![image](https://github.com/microsoft/semantic-kernel/assets/12570346/c63fd541-ffb4-4564-b020-20fdd728bbbe)

<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
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.

2 participants