Skip to content

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

Open
@RommHui

Description

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.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgithub teamFeedback for the GitHub team for any issues across all extensions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions