@sqlrooms/mosaic / BaseChartToolInput
Variable: BaseChartToolInput
constBaseChartToolInput:ZodObject<{tableName:ZodString;title:ZodOptional<ZodString>;panelId:ZodOptional<ZodString>;reasoning:ZodString; },$strip>
Base input schema shared by chart AI tools.
Includes the source table, optional chart title, optional dashboard panel to update, and the model's rationale for the chart choice.
