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

    Tool for inserting markdown cells into Datalayer notebooks. Implements VS Code's LanguageModelTool interface for Copilot integration.

    Implements

    • LanguageModelTool<IInsertDatalayerMarkdownCellParameters>
    Index

    Constructors

    Methods

    • Executes the tool - inserts a markdown cell at specified index.

      Parameters

      • options: LanguageModelToolInvocationOptions<IInsertDatalayerMarkdownCellParameters>
      • _token: CancellationToken

      Returns Promise<LanguageModelToolResult>

    • Prepares the tool invocation with user-facing messages.

      Parameters

      • options: LanguageModelToolInvocationPrepareOptions<
            IInsertDatalayerMarkdownCellParameters,
        >
      • _token: CancellationToken

      Returns Promise<
          {
              confirmationMessages: { message: MarkdownString; title: string };
              invocationMessage: string;
          },
      >