llmwire - v2.2.0
    Preparing search index...

    Interface TextChunk

    What was written since the previous chunk, never the whole answer so far.

    interface TextChunk {
        modelUsed?: string;
        text: string;
        type: "text";
    }
    Index
    modelUsed?: string
    text: string
    type: "text"