Skip to content
1 min read · 135 words

Interface: ThoughtAttrs

Defined in: batteries/llm/chat_common/types.ts:171

Attribute bag rendered onto a thought block.

Properties

PropertyTypeDescriptionDefined in
createdAt?stringISO-8601 creation timestamp of the thought.batteries/llm/chat_common/types.ts:179
fromstringIdentity of the agent the thought originated from.batteries/llm/chat_common/types.ts:177
kind"self-reasoning" | "peer-reasoning" | "opaque-reasoning"Whether the thought is the model's own, a peer's, or opaque vendor reasoning.batteries/llm/chat_common/types.ts:175
noncestringPer-render nonce binding the block's open and close markers together.batteries/llm/chat_common/types.ts:173
replayCompatibility?stringReplay-compatibility label gating whether the thought is surfaced on replay.batteries/llm/chat_common/types.ts:181