nexus-agents - v2.80.0
    Preparing search index...

    Interface CompletionResponse

    Response from a completion request.

    interface CompletionResponse {
        content: ContentBlock[];
        usage: TokenUsage;
        stopReason: StopReason;
        model: string;
    }
    Index

    Properties

    content: ContentBlock[]

    Response content blocks

    usage: TokenUsage

    Token usage statistics

    stopReason: StopReason

    Reason generation stopped

    model: string

    Model that generated the response