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

    Interface RunEffectAutoAgentReplayCorpusInput

    interface RunEffectAutoAgentReplayCorpusInput {
        agentId: string;
        baselineRunId: string;
        candidateRunId: string;
        corpusId: string;
        corpusVersion: string;
        gateMode?: EffectAutoAgentReplayGateMode;
        generatedAt?: string;
        rows: EffectAutoAgentReplayRowInput[];
        sourceRefs?: string[];
    }
    Index
    agentId: string
    baselineRunId: string
    candidateRunId: string
    corpusId: string
    corpusVersion: string
    generatedAt?: string
    sourceRefs?: string[]