@sqlrooms/mosaic / createHistogramAiTool
Function: createHistogramAiTool()
createHistogramAiTool(
deps):Tool<{settings: {field:string; };artifactId?:string;tableName?:string;createArtifactIfMissing:boolean;reasoning:string; }, {llmResult: {success:boolean;details:string;data: {panelId:string;artifactId:string;tableName:string;title:string;config:any; };errorMessage?:undefined; }; } | {llmResult: {details?:undefined;data?:undefined;success:boolean;errorMessage:string; }; }>
Parameters
| Parameter | Type |
|---|---|
deps | ChartToolDeps |
Returns
Tool<{ settings: { field: string; }; artifactId?: string; tableName?: string; createArtifactIfMissing: boolean; reasoning: string; }, { llmResult: { success: boolean; details: string; data: { panelId: string; artifactId: string; tableName: string; title: string; config: any; }; errorMessage?: undefined; }; } | { llmResult: { details?: undefined; data?: undefined; success: boolean; errorMessage: string; }; }>
