@kittycad/lib 4.2.3 → 4.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3577,7 +3577,7 @@ export interface MlCopilotFile {
|
|
|
3577
3577
|
/** The name of the file. */
|
|
3578
3578
|
name: string;
|
|
3579
3579
|
}
|
|
3580
|
-
export type MlCopilotMode = 'fast' | 'thoughtful';
|
|
3580
|
+
export type MlCopilotMode = 'fast' | 'thoughtful' | 'auto';
|
|
3581
3581
|
export interface MlCopilotModeOption {
|
|
3582
3582
|
/** Human-readable display description. */
|
|
3583
3583
|
description: string;
|