Chatoyant - v0.11.1
    Preparing search index...

    Interface StreamDelta

    Streaming delta.

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

    Properties

    content: string

    Content chunk

    reasoningContent: string

    Reasoning/thinking chunk (empty for non-reasoning models)

    done: boolean

    Whether this is the final chunk