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

    Interface RunGarageLiveDriftInput

    interface RunGarageLiveDriftInput {
        agentId: string;
        baselineWindow: GarageWindow;
        liveDriftThresholds?: Partial<LiveDriftThresholds>;
        liveWindow: GarageWindow;
        now?: Date;
        sourceRefs?: string[];
        thresholds?: Partial<GarageLiveDriftThresholds>;
    }
    Index
    agentId: string
    baselineWindow: GarageWindow
    liveDriftThresholds?: Partial<LiveDriftThresholds>
    liveWindow: GarageWindow
    now?: Date
    sourceRefs?: string[]
    thresholds?: Partial<GarageLiveDriftThresholds>