Er-Api SDK - v1.0.7
    Preparing search index...

    Interface StreamChunk

    interface StreamChunk {
        content?: string;
        done?: boolean;
        error?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    content?: string
    done?: boolean
    error?: string