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

    Interface RunAgentReadingTestLiveDriftInput

    interface RunAgentReadingTestLiveDriftInput {
        agentId: string;
        baselineWindow: AgentReadingTestWindow;
        liveDriftThresholds?: Partial<LiveDriftThresholds>;
        liveWindow: AgentReadingTestWindow;
        now?: Date;
        sourceRefs?: string[];
        thresholds?: Partial<AgentReadingTestLiveDriftThresholds>;
    }
    Index
    agentId: string
    baselineWindow: AgentReadingTestWindow
    liveDriftThresholds?: Partial<LiveDriftThresholds>
    now?: Date
    sourceRefs?: string[]