Open Agent Loops
API Reference

ReasoningEncryptedDetail

@open-agent-loops/core


Defined in: types/reasoning.ts:103

An encrypted reasoning block — opaque ciphertext, never decoded by this library.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
datastringOpaque encrypted payload; pass-through only. May stream as [REDACTED].-types/reasoning.ts:107
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
type"reasoning.encrypted"Discriminant.-types/reasoning.ts:105

On this page