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

    Interface RouteRequestParams

    Parameters for the smart routing engine.

    interface RouteRequestParams {
        exclude_agents?: string[];
        min_trust?: number;
        preferred_protocol?: string;
        skill: string;
        strategy?: "best-match" | "round-robin" | "least-latency";
    }
    Index

    Properties

    exclude_agents?: string[]
    min_trust?: number
    preferred_protocol?: string
    skill: string
    strategy?: "best-match" | "round-robin" | "least-latency"