@squidcloud/client
    Preparing search index...

    Interface WebAiSearchCitedUrl

    Represents a cited URL in the search response.

    interface WebAiSearchCitedUrl {
        title: string;
        url: string;
    }
    Index

    Properties

    Properties

    title: string

    The title of the cited resource.

    url: string

    The URL of the cited resource.