Reasoning.GenerateSummary 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.
Deprecated: use summary instead.
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.ReasoningGenerateSummary? GenerateSummary { get; set; }
member this.GenerateSummary : Nullable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ReasoningGenerateSummary> with get, set
Public Property GenerateSummary As Nullable(Of ReasoningGenerateSummary)