Interface: ThoughtAttrs
Defined in: batteries/llm/chat_common/types.ts:171
Attribute bag rendered onto a thought block.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
createdAt? | string | ISO-8601 creation timestamp of the thought. | batteries/llm/chat_common/types.ts:179 |
from | string | Identity 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 |
nonce | string | Per-render nonce binding the block's open and close markers together. | batteries/llm/chat_common/types.ts:173 |
replayCompatibility? | string | Replay-compatibility label gating whether the thought is surfaced on replay. | batteries/llm/chat_common/types.ts:181 |