Interface GoogleSearch

Tool to support Google Search in Model. Powered by Google.

interface GoogleSearch {
    excludeDomains?: string[];
    timeRangeFilter?: Interval;
}

Properties

excludeDomains?: string[]

Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.

timeRangeFilter?: Interval

Optional. Filter search results to a specific time range. If customers set a start time, they must set an end time (and vice versa).