Skip to content
1 min read · 119 words

Interface: MemoryAttrs

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

Attribute bag rendered onto a memory block.

Properties

PropertyTypeDescriptionDefined in
createdAt?stringISO-8601 creation timestamp of the memory.batteries/llm/chat_common/types.ts:145
kind?stringMemory classifier.batteries/llm/chat_common/types.ts:147
noncestringPer-render nonce binding the block's open and close markers together.batteries/llm/chat_common/types.ts:141
score?numberRelevance/recall score, when the memory was retrieved by similarity.batteries/llm/chat_common/types.ts:149
source?stringOrigin of the memory (e.g. the producing subsystem).batteries/llm/chat_common/types.ts:143