providerplaneai
    Preparing search index...

    Interface contract for ProviderAttemptResult.

    interface ProviderAttemptResult {
        attemptIndex: number;
        capability: string;
        chunksEmitted?: number;
        connectionName?: string;
        durationMs: number;
        error?: string;
        errorCode?: string;
        estimatedCost?: number;
        inputTokens?: number;
        outputTokens?: number;
        providerType: AIProviderType;
        requestId?: string;
        startTime: number;
        totalTokens?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attemptIndex: number
    capability: string
    chunksEmitted?: number
    connectionName?: string
    durationMs: number
    error?: string
    errorCode?: string
    estimatedCost?: number
    inputTokens?: number
    outputTokens?: number
    providerType: AIProviderType
    requestId?: string
    startTime: number
    totalTokens?: number