@squidcloud/client
    Preparing search index...

    Interface MmFindMatchesOptions

    Represents options for finding matches in the matchmaker system.

    interface MmFindMatchesOptions {
        limit?: number;
        matchToCategoryId?: string;
        metadataFilter?: AiContextMetadataFilter;
    }
    Index

    Properties

    limit?: number

    The maximum number of matches to return; defaults to 100, with a maximum of 100.

    matchToCategoryId?: string

    The category ID to match entities against; defaults to the next or first category in the matchmaker.

    metadataFilter?: AiContextMetadataFilter

    Optional metadata filter conditions to narrow down matching entities; defaults to none.