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

    Interface ConflictOutcome

    interface ConflictOutcome {
        conflict_id: string;
        resolution_score: number | null;
        resolved: boolean;
        strategy: string;
        winner_agent_id: string | null;
        winner_response: unknown;
    }
    Index

    Properties

    conflict_id: string
    resolution_score: number | null
    resolved: boolean
    strategy: string
    winner_agent_id: string | null
    winner_response: unknown