@sqlrooms/documents / createListBlockDocumentBlocksTool
Function: createListBlockDocumentBlocksTool()
createListBlockDocumentBlocksTool(
__namedParameters):Tool<{reasoning?:string; },ListBlockDocumentBlocksToolOutput>
Creates a tool for listing block-document blocks so agents can reuse or update existing blocks instead of creating duplicates.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | CreateListBlockDocumentBlocksToolOptions |
Returns
Tool<{ reasoning?: string; }, ListBlockDocumentBlocksToolOutput>