Open Agent Loops
API Reference

ReasoningSummaryDetail

@open-agent-loops/core


Defined in: types/reasoning.ts:91

A provider-summarized reasoning block (the raw chain-of-thought is withheld).

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
formatReasoningFormatThe dialect this block is encoded in; see ReasoningFormat.ReasoningDetailBase.formattypes/reasoning.ts:60
idstring | nullProvider-assigned block id, or null when the provider sends none.ReasoningDetailBase.idtypes/reasoning.ts:58
index?numberSequence position within the turn's reasoning. Load-bearing: it drives streaming reassembly and fixes the order blocks must be resent in.ReasoningDetailBase.indextypes/reasoning.ts:65
summarystringThe provider's summary of the hidden reasoning.-types/reasoning.ts:95
type"reasoning.summary"Discriminant.-types/reasoning.ts:93

On this page