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
| Parameter | Type |
|---|---|
deps | MemoryToolDeps |
Returns
Tool<{ label: string; newValue: string; }, { label: string; length: number; }>