Share via


AgentRunResponse.AgentId Property

Definition

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.

Applies to