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

    Interface AgentContradiction

    interface AgentContradiction {
        agentA: string;
        agentAConfidence: number;
        agentAEvidenceIds: string[];
        agentALevel: number;
        agentANarrative: string;
        agentB: string;
        agentBConfidence: number;
        agentBEvidenceIds: string[];
        agentBLevel: number;
        agentBNarrative: string;
        contradictionId: string;
        delta: number;
        questionId: string;
        severity: ContradictionSeverity;
    }
    Index
    agentA: string
    agentAConfidence: number
    agentAEvidenceIds: string[]
    agentALevel: number
    agentANarrative: string
    agentB: string
    agentBConfidence: number
    agentBEvidenceIds: string[]
    agentBLevel: number
    agentBNarrative: string
    contradictionId: string
    delta: number
    questionId: string