Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/memory / / createBlockRethinkTool

Function: createBlockRethinkTool()

ts
function createBlockRethinkTool(deps): Tool<{
  label: string;
  newValue: string;
}, {
  label: string;
  length: number;
}>;

Defined in: packages/memory/src/tools/block-tools.ts:105

block_rethink — rewrite a working memory block from scratch.

Parameters

ParameterType
depsMemoryToolDeps

Returns

Tool<{ label: string; newValue: string; }, { label: string; length: number; }>

Stable