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

    Interface StreamingManagerState

    interface StreamingManagerState {
        connections: Map<string, StreamingConnection>;
        isStreaming: boolean;
        totalTokens: number;
        activeStreams: number;
        completedStreams: number;
        errors: Error[];
    }
    Index

    Properties

    connections: Map<string, StreamingConnection>
    isStreaming: boolean
    totalTokens: number
    activeStreams: number
    completedStreams: number
    errors: Error[]