@squidcloud/client
    Preparing search index...

    Interface AiSearchOptions

    The options for the AI agent search method.

    interface AiSearchOptions {
        contextMetadataFilter?: AiContextMetadataFilter;
        limit?: number;
        prompt: string;
    }
    Index

    Properties

    contextMetadataFilter?: AiContextMetadataFilter

    A set of filters that will limit the context the AI can access

    limit?: number

    The maximum number of results to return

    prompt: string

    The prompt to search for