@squidcloud/client
    Preparing search index...

    Interface WebAiSearchRequest

    Request to search the web.

    interface WebAiSearchRequest {
        query: string;
    }
    Index

    Properties

    Properties

    query: string

    The search query.