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

    Interface RaiseConflictRequest

    interface RaiseConflictRequest {
        candidates: ConflictCandidate[];
        conflict_type?:
            | "competing_response"
            | "timeout_race"
            | "capability_overlap";
        metadata?: Record<string, unknown>;
        run_id?: string;
        step_id?: string;
        strategy?: "highest_score" | "first_wins" | "voting" | "manual";
        workflow_id: string;
    }
    Index

    Properties

    candidates: ConflictCandidate[]
    conflict_type?: "competing_response" | "timeout_race" | "capability_overlap"
    metadata?: Record<string, unknown>
    run_id?: string
    step_id?: string
    strategy?: "highest_score" | "first_wins" | "voting" | "manual"
    workflow_id: string