API Reference
ReasoningDetail
type ReasoningDetail =
| ReasoningTextDetail
| ReasoningSummaryDetail
| ReasoningEncryptedDetail;Defined in: types/reasoning.ts:119
A structured reasoning block in one of its three shapes.
Remarks
Discriminated on type. See ReasoningDetailBase for the immutability
contract that governs all three.