@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface OrchestrationConflict

    interface OrchestrationConflict {
        candidates: ConflictCandidate[];
        conflict_type: "competing_response" | "timeout_race" | "capability_overlap";
        created_at: string;
        id: string;
        resolution_score: number | null;
        resolved: boolean;
        resolved_at: string | null;
        run_id: string | null;
        step_id: string | null;
        strategy: "highest_score" | "first_wins" | "voting" | "manual";
        winner_agent_id: string | null;
        winner_response: unknown;
        workflow_id: string;
    }
    Index

    Properties

    candidates: ConflictCandidate[]
    conflict_type: "competing_response" | "timeout_race" | "capability_overlap"
    created_at: string
    id: string
    resolution_score: number | null
    resolved: boolean
    resolved_at: string | null
    run_id: string | null
    step_id: string | null
    strategy: "highest_score" | "first_wins" | "voting" | "manual"
    winner_agent_id: string | null
    winner_response: unknown
    workflow_id: string