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

    Interface AnthropicSendResult

    interface AnthropicSendResult {
        response: CanonicalChatResponse;
        usage: TokenUsage;
        warnings: string[];
    }
    Index

    Properties

    usage: TokenUsage
    warnings: string[]