Share via


AIAgent.Name Property

Definition

Gets the human-readable name of the agent.

public virtual string? Name { get; }
member this.Name : string
Public Overridable ReadOnly Property Name As String

Property Value

The agent's name, or null if no name has been assigned.

Remarks

The agent name is typically used for display purposes and to help users identify the agent's purpose or capabilities in user interfaces.

Applies to