Skip to Content
Anuma SDKReactInternalInterfacesCreateVaultMemoryOptions

CreateVaultMemoryOptions

Defined in: src/lib/db/memoryVault/types.ts:31 

Properties

content

content: string

Defined in: src/lib/db/memoryVault/types.ts:32 


embedding?

optional embedding: string

Defined in: src/lib/db/memoryVault/types.ts:38 

JSON-stringified embedding vector to persist


eventTime?

optional eventTime: object

Defined in: src/lib/db/memoryVault/types.ts:46 

W6 temporal lane — when the event in this memory occurred.

end

end: number | null

Unix ms timestamp of event end (range only).

kind

kind: "point" | "range" | "ongoing" | null

Kind: ‘point’ | ‘range’ | ‘ongoing’ | null (or omit).

start

start: number | null

Unix ms timestamp of event start (or point).


folderId?

optional folderId: string | null

Defined in: src/lib/db/memoryVault/types.ts:36 

Folder ID for organization, null or omitted if unfiled


proofCount?

optional proofCount: number

Defined in: src/lib/db/memoryVault/types.ts:42 

Initial proof count. Defaults to 1 if omitted.


scope?

optional scope: string

Defined in: src/lib/db/memoryVault/types.ts:34 

Scope for the memory. Defaults to “private” if omitted.


source?

optional source: string

Defined in: src/lib/db/memoryVault/types.ts:44 

How the memory was created. Defaults to “manual” if omitted.


sourceChunkIds?

optional sourceChunkIds: string[]

Defined in: src/lib/db/memoryVault/types.ts:40 

Source message IDs that produced this fact (auto-extraction provenance).

Last updated on