The AgentId is a key piece of information that's being dropped when converting to ChatResponse in the AsChatResponse extension method at https://github.com/microsoft/agent-framework/blob/main/dotnet/src/Microsoft.Agents.AI.Abstractions/AgentRunResponseExtensions.cs#L31-L46.
It would be very useful to append the AgentId as an additional property in the returned ChatResponse.
The AgentId is a key piece of information that's being dropped when converting to ChatResponse in the
AsChatResponseextension method at https://github.com/microsoft/agent-framework/blob/main/dotnet/src/Microsoft.Agents.AI.Abstractions/AgentRunResponseExtensions.cs#L31-L46.It would be very useful to append the AgentId as an additional property in the returned ChatResponse.