(id: string)
| 1556 | |
| 1557 | const getAllBlocks = () => [tableBlockDef] |
| 1558 | const getTool = (id: string) => ({ |
| 1559 | id, |
| 1560 | name: 'Query Rows', |
| 1561 | description: 'Query table rows', |
| 1562 | params: {}, |
| 1563 | }) |
| 1564 | |
| 1565 | const transformTable = ( |
| 1566 | params: Record<string, unknown>, |
no outgoing calls
no test coverage detected