Share via


Reasoning.Summary Property

Definition

A summary of the reasoning performed by the model. This can be useful for debugging and understanding the model's reasoning process. One of auto, concise, or detailed.

public Azure.AI.AgentServer.Contracts.Generated.OpenAI.ReasoningSummary? Summary { get; set; }
member this.Summary : Nullable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ReasoningSummary> with get, set
Public Property Summary As Nullable(Of ReasoningSummary)

Property Value

Applies to