[Feature request] Add a status event to communicate to the Copilot platform? #4
Open
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.