Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/memory / / createBlockAppendTool
Function: createBlockAppendTool()
ts
function createBlockAppendTool(deps): Tool<BlockAppendInput, BlockAppendOutput>;Defined in: packages/memory/src/tools/block-tools.ts:96
block_append - append text (with a newline separator) to a working memory block.
Parameters
| Parameter | Type |
|---|---|
deps | MemoryToolDeps |
Returns
Tool<BlockAppendInput, BlockAppendOutput>