providerplaneai
    Preparing search index...

    Interface contract for ProviderAttemptContext.

    interface ProviderAttemptContext {
        attemptIndex: number;
        capability: string;
        connectionName?: string;
        providerType: AIProviderType;
        requestId?: string;
        startTime: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attemptIndex: number
    capability: string
    connectionName?: string
    providerType: AIProviderType
    requestId?: string
    startTime: number