Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1ToolGoogleSearch

import type { GoogleCloudAiplatformV1ToolGoogleSearch } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.

interface GoogleCloudAiplatformV1ToolGoogleSearch {
excludeDomains?: string[];
}

§Properties

§
excludeDomains?: string[]
[src]

Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: ["amazon.com", "facebook.com"].