Interface: MemoryAttrs
Defined in: batteries/llm/chat_common/types.ts:139
Attribute bag rendered onto a memory block.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
createdAt? | string | ISO-8601 creation timestamp of the memory. | batteries/llm/chat_common/types.ts:145 |
kind? | string | Memory classifier. | batteries/llm/chat_common/types.ts:147 |
nonce | string | Per-render nonce binding the block's open and close markers together. | batteries/llm/chat_common/types.ts:141 |
score? | number | Relevance/recall score, when the memory was retrieved by similarity. | batteries/llm/chat_common/types.ts:149 |
source? | string | Origin of the memory (e.g. the producing subsystem). | batteries/llm/chat_common/types.ts:143 |