Chatoyant - v0.2.1
    Preparing search index...

    Interface StreamDelta

    Streaming delta.

    interface StreamDelta {
        content: string;
        done: boolean;
    }
    Index

    Properties

    Properties

    content: string

    Content chunk

    done: boolean

    Whether this is the final chunk