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

    Interface RoutingResult

    interface RoutingResult {
        latencyEstimateMs?: number;
        protocol: string;
        score: number;
        targetAgent: NnnAgent;
    }
    Index

    Properties

    latencyEstimateMs?: number
    protocol: string
    score: number
    targetAgent: NnnAgent