Enum ReasoningSummary
- Namespace
- OpenAI
- Assembly
- OpenAI-DotNet.dll
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 enum ReasoningSummaryFields
- [EnumMember(Value = "auto")] Auto = 1
- [EnumMember(Value = "concise")] Concise = 2
- [EnumMember(Value = "detailed")] Detailed = 3