ReasoningOutput Enum
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.
Specifies how reasoning content should be included in the response.
public enum class ReasoningOutput
public enum ReasoningOutput
type ReasoningOutput =
Public Enum ReasoningOutput
- Inheritance
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.