Interface ParsedChatRequestPart

interface ParsedChatRequestPart {
    kind: string;
    promptText: string;
    range: OffsetRange;
    text: string;
}

Implemented by

Properties

kind: string
promptText: string

The text as will be sent to the LLM

text: string

The text as represented in the ChatRequest