mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-12-03 10:18:15 +00:00
feat(classifier): add showCalculationWidget
This commit is contained in:
@@ -23,6 +23,9 @@ const schema = z.object({
|
|||||||
showStockWidget: z
|
showStockWidget: z
|
||||||
.boolean()
|
.boolean()
|
||||||
.describe('Indicates whether to show the stock widget.'),
|
.describe('Indicates whether to show the stock widget.'),
|
||||||
|
showCalculationWidget: z
|
||||||
|
.boolean()
|
||||||
|
.describe('Indicates whether to show the calculation widget.'),
|
||||||
}),
|
}),
|
||||||
standaloneFollowUp: z
|
standaloneFollowUp: z
|
||||||
.string()
|
.string()
|
||||||
|
|||||||
@@ -62,6 +62,7 @@ export type ClassifierOutput = {
|
|||||||
discussionSearch: boolean;
|
discussionSearch: boolean;
|
||||||
showWeatherWidget: boolean;
|
showWeatherWidget: boolean;
|
||||||
showStockWidget: boolean;
|
showStockWidget: boolean;
|
||||||
|
showCalculationWidget: boolean;
|
||||||
};
|
};
|
||||||
standaloneFollowUp: string;
|
standaloneFollowUp: string;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user