@encorp.ai/llm-open-proxy - v0.2.2
    Preparing search index...

    Interface AnthropicStreamResult

    interface AnthropicStreamResult {
        stream: ReadableStream<Uint8Array<ArrayBufferLike>>;
        getUsage: () => TokenUsage;
        warnings: string[];
    }
    Index

    Properties

    stream: ReadableStream<Uint8Array<ArrayBufferLike>>
    getUsage: () => TokenUsage
    warnings: string[]