Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface HumanloopProviderDriftScoreSurface

    interface HumanloopProviderDriftScoreSurface {
        driftStatistics: {
            canaryId: string;
            driftStatistic: number;
            model: string;
            provider: string;
            status: string;
        }[];
        failClosed: boolean;
        humanloopEvidenceHash: string;
        providerVersions: string[];
        recommendation: ProviderDriftRecommendation;
        reportId: string;
    }
    Index
    driftStatistics: {
        canaryId: string;
        driftStatistic: number;
        model: string;
        provider: string;
        status: string;
    }[]
    failClosed: boolean
    humanloopEvidenceHash: string
    providerVersions: string[]
    recommendation: ProviderDriftRecommendation
    reportId: string