Share via


AIAgent.Description Property

Definition

Gets a description of the agent's purpose, capabilities, or behavior.

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

Property Value

A descriptive text explaining what the agent does, or null if no description is available.

Remarks

The description helps models and users understand the agent's intended purpose and capabilities, which is particularly useful in multi-agent systems.

Applies to