buildMemoryBlockTool
function buildMemoryBlockTool(opts): AiSdkTool<{ action: "replace" | "view" | "add" | "remove"; block: string; content?: string; match?: string;}, unknown>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”AiSdkTool<{
action: "replace" | "view" | "add" | "remove";
block: string;
content?: string;
match?: string;
}, unknown>