Skip to content

Documentation v1.0.0


Documentation / @openassistant/duckdb / MergeTablesLllmResult

Type Alias: MergeTablesLllmResult ​

MergeTablesLllmResult = object

Defined in: merge-tool.ts:209

Properties ​

details? ​

optional details: string

Defined in: merge-tool.ts:214


error? ​

optional error: string

Defined in: merge-tool.ts:211


firstTwoRows? ​

optional firstTwoRows: Record<string, unknown>[]

Defined in: merge-tool.ts:213


instruction? ​

optional instruction: string

Defined in: merge-tool.ts:212


success ​

success: boolean

Defined in: merge-tool.ts:210

Released under the MIT License.