Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/memory / / reanchorPersonaBlock

Function: reanchorPersonaBlock()

ts
function reanchorPersonaBlock(options?): NamedPostCompactionHook;

Defined in: packages/memory/src/context-engine/compaction/hooks/reanchor-persona-block.ts:18

Build a reanchorPersonaBlock hook.

Parameters

ParameterType
options{ blockLabel?: string; }
options.blockLabel?string

Returns

NamedPostCompactionHook

Stable