AgentRunResponse.AgentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the identifier of the agent that generated this response.
public string? AgentId { get; set; }
member this.AgentId : string with get, set
Public Property AgentId As String
Property Value
A unique string identifier for the agent, or null if not specified.
Remarks
This identifier helps track which agent generated the response in multi-agent scenarios or for debugging and telemetry purposes.