AIAgent.Description 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 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.