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

[Feature request] Add a status event to communicate to the Copilot platform? #4

Open
RommHui opened this issue Nov 20, 2024 · 1 comment
Labels
enhancement New feature or request github team Feedback for the GitHub team for any issues across all extensions

Comments

@RommHui
Copy link

RommHui commented Nov 20, 2024

Is your feature request related to a problem? Please describe.
I want to build an agent to increase the capability of the Copilot. So, I put so many tools on my agent. When I ask my agent. The Copilot Chat panel just shows "Generating...". And it makes me have no idea what's the agent doing. I need a status event to tell me what's the agent doing and not just "Generating..." on the panel.

Describe the solution you'd like

This is my suggestion below.

event: copilot_status
data: [
   {
      "id":"xxx",
      "status":"xxx", // processing, error, success
      "message":"xxx"
   }
]

When the Copilot Chat client side receives a new status event and it will instead the legacy one if a status event id was exist.

@RommHui RommHui added the enhancement New feature or request label Nov 20, 2024
@Houndie
Copy link

Houndie commented Nov 21, 2024

Hi @RommHui !

This is a swell idea, and we've added it to our backlog. No guarantees on when this might be worked on but we've definitely got it on our radar.

@Houndie Houndie added the github team Feedback for the GitHub team for any issues across all extensions label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request github team Feedback for the GitHub team for any issues across all extensions
Projects
None yet
Development

No branches or pull requests

2 participants