| 1 | import { enrichTableToolSchema } from '@/tools/schema-enrichers' |
| 2 | import type { TableRowInsertParams, TableRowResponse } from '@/tools/table/types' |
| 3 | import type { ToolConfig } from '@/tools/types' |
| 4 |
nothing calls this directly
no test coverage detected