Theia API Documentation v1.65.0
    Preparing search index...
    interface ParsedChatRequestPart {
        kind: string;
        promptText: string;
        range: OffsetRange;
        text: string;
    }

    Implemented by

    Index

    Properties

    kind: string
    promptText: string

    The text as will be sent to the LLM

    text: string

    The text as represented in the ChatRequest