Skip to main content

Type Alias: LocalQueryTool

LocalQueryTool: ExtendedTool<z.ZodObject<{ datasetName: z.ZodString; dbTableName: z.ZodString; sql: z.ZodString; variableNames: z.ZodArray<z.ZodString>; }>>

Defined in: packages/duckdb/src/types.ts:118

The complete LocalQuery tool type definition