Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/memory / / createBlockRethinkTool

Function: createBlockRethinkTool()

ts
function createBlockRethinkTool(deps): Tool<BlockRethinkInput, BlockRethinkOutput>;

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

block_rethink - rewrite a working memory block from scratch.

Parameters

ParameterType
depsMemoryToolDeps

Returns

Tool&lt;BlockRethinkInput, BlockRethinkOutput&gt;

Stable