diff --git a/types/chat.ts b/types/chat.ts index cebcb831..3a215889 100644 --- a/types/chat.ts +++ b/types/chat.ts @@ -462,6 +462,7 @@ export interface ContextCommand extends QuickActionCommand { label?: 'file' | 'folder' | 'code' | 'image' children?: ContextCommandGroup[] content?: Uint8Array + disabledText?: string } export interface ContextCommandParams {