Open Agent Loops
API Reference

ReasoningDetail

@open-agent-loops/core


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.

On this page