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

    Interface SwitchboardLookupResult

    interface SwitchboardLookupResult {
        adapter?: string;
        agent_id: string;
        endpoints?: ResolvedEndpoint[];
        metadata?: Record<string, unknown>;
        protocols: DetectedProtocol[];
    }
    Index

    Properties

    adapter?: string
    agent_id: string
    endpoints?: ResolvedEndpoint[]
    metadata?: Record<string, unknown>
    protocols: DetectedProtocol[]