Skip to content

apollo-code


apollo-code / storage/src / MemoryRecord

Interface: MemoryRecord

Properties

attachments

readonly attachments: readonly MemoryRecordAttachment[]

Data-only references. Attachment bytes are never embedded in a memory snapshot or export.


content

readonly content: string


createdAt

readonly createdAt: string


deletedAt

readonly deletedAt: string | null


id

readonly id: string


pinned

readonly pinned: boolean


provenance

readonly provenance: MemoryProvenance


schemaVersion

readonly schemaVersion: 1


scope

readonly scope: MemoryRecordScope


tags

readonly tags: readonly string[]


updatedAt

readonly updatedAt: string