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

    Interface SearchAgentsParams

    interface SearchAgentsParams {
        capabilities?: string[];
        cursor?: string;
        jurisdiction?: string;
        limit?: number;
        min_trust?: number;
        protocol?: string;
        q?: string;
        tags?: string[];
    }
    Index

    Properties

    capabilities?: string[]
    cursor?: string

    Pagination: cursor or offset for the next page.

    jurisdiction?: string
    limit?: number

    Pagination: number of results per page.

    min_trust?: number
    protocol?: string
    q?: string
    tags?: string[]