@sqlrooms/mosaic / createBoxPlotAiTool
Function: createBoxPlotAiTool()
createBoxPlotAiTool(
deps):Tool<{settings: {x:string;y: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: {success:boolean;errorMessage:string;details?:undefined;data?:undefined; }; }>
Parameters
| Parameter | Type |
|---|---|
deps | ChartToolDeps |
Returns
Tool<{ settings: { x: string; y: 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: { success: boolean; errorMessage: string; details?: undefined; data?: undefined; }; }>
