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

    Interface LLMCompletionRequestMessage

    LLM completion request from webview

    interface LLMCompletionRequestMessage {
        language: string;
        prefix: string;
        requestId: string;
        suffix: string;
        type: "llm-completion-request";
    }
    Index

    Properties

    language: string

    Programming language

    prefix: string

    Text before cursor

    requestId: string

    Request ID for correlation

    suffix: string

    Text after cursor

    type: "llm-completion-request"

    Message type discriminator