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

    Interface ConflictCandidate

    interface ConflictCandidate {
        agent_id: string;
        metadata?: Record<string, unknown>;
        response: unknown;
        score: number;
        timestamp: number;
    }
    Index

    Properties

    agent_id: string
    metadata?: Record<string, unknown>
    response: unknown
    score: number
    timestamp: number