Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Variable createNotebookOperationConst

    createNotebookOperation: ToolOperation<
        NotebookCreationParams & { location?: "local"
        | "cloud"
        | "remote" },
        NotebookCreationResult & { chatMessage?: string },
    > = ...

    Create Notebook Operation - Thin Wrapper

    Delegates to unified createDocumentOperation with documentType: 'notebook'. All smart logic (intent detection, location resolution) is handled by the unified operation.