@conciergus/chat - v0.3.1
    Preparing search index...

    Interface StreamingIndicatorProps

    interface StreamingIndicatorProps {
        isStreaming?: boolean;
        streamingType?: "object" | "tool" | "text" | "reasoning" | "loading";
        progress?: number;
        tokenCount?: number;
        className?: string;
        showTokenCount?: boolean;
        showProgressBar?: boolean;
        customMessage?: string;
        animationSpeed?: "medium" | "fast" | "slow";
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    isStreaming?: boolean
    streamingType?: "object" | "tool" | "text" | "reasoning" | "loading"
    progress?: number
    tokenCount?: number
    className?: string
    showTokenCount?: boolean
    showProgressBar?: boolean
    customMessage?: string
    animationSpeed?: "medium" | "fast" | "slow"