Skip to Content

RetainResult

Defined in: src/lib/memory/types.ts:234 

Properties

action

action: RetainAction

Defined in: src/lib/memory/types.ts:235 


memoryId

memoryId: string

Defined in: src/lib/memory/types.ts:236 


proofCount

proofCount: number

Defined in: src/lib/memory/types.ts:240 

Updated proof_count after this write.


targetId?

optional targetId: string

Defined in: src/lib/memory/types.ts:238 

When action is ‘merge’ or ‘update’, the prior memory’s id.

Last updated on