Share via


ReasoningOutput Enum

Definition

Specifies how reasoning content should be included in the response.

public enum class ReasoningOutput
public enum ReasoningOutput
type ReasoningOutput = 
Public Enum ReasoningOutput
Inheritance
ReasoningOutput

Fields

Name Value Description
None 0

No reasoning output. Do not include reasoning content in the response.

Summary 1

Summary reasoning output. Include a summary of the reasoning process.

Full 2

Full reasoning output. Include all reasoning content in the response.

Remarks

Some providers support including reasoning or thinking traces in the response. This setting controls whether and how that reasoning content is exposed.

Applies to