@kittycad/lib 3.2.7 → 3.2.9

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.
@@ -3202,7 +3202,7 @@ export type MlCopilotServerMessage = {
3202
3202
  };
3203
3203
  };
3204
3204
  export type MlCopilotSupportedModels = 'gpt5_nano' | 'gpt5_mini' | 'gpt5_codex' | 'gpt5' | 'o3_mini' | 'azure_o3_mini' | 'azure_gpt4o' | 'azure_gpt4o_mini';
3205
- export type MlCopilotSystemCommand = 'new' | 'bye' | 'interrupt' | 'cancel' | 'answer_now';
3205
+ export type MlCopilotSystemCommand = 'new' | 'bye' | 'continue' | 'interrupt' | 'cancel' | 'answer_now';
3206
3206
  export type MlCopilotTool = 'edit_kcl_code' | 'text_to_cad' | 'mechanical_knowledge_base' | 'web_search';
3207
3207
  export type MlFeedback = 'thumbs_up' | 'thumbs_down' | 'accepted' | 'rejected';
3208
3208
  export interface MlPromptMetadata {