nexus-agents - v2.80.0
    Preparing search index...

    Interface ResultConflict

    Conflict between expert results.

    interface ResultConflict {
        expert1Id: string;
        expert2Id: string;
        field: string;
        description: string;
        resolution: "expert1" | "expert2" | "merged" | "unresolved";
        resolutionReason?: string;
    }
    Index

    Properties

    expert1Id: string
    expert2Id: string
    field: string
    description: string
    resolution: "expert1" | "expert2" | "merged" | "unresolved"
    resolutionReason?: string