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 {
blockingConfidence?:
| "PHISH_BLOCK_THRESHOLD_UNSPECIFIED"
| "BLOCK_LOW_AND_ABOVE"
| "BLOCK_MEDIUM_AND_ABOVE"
| "BLOCK_HIGH_AND_ABOVE"
| "BLOCK_HIGHER_AND_ABOVE"
| "BLOCK_VERY_HIGH_AND_ABOVE"
| "BLOCK_ONLY_EXTREMELY_HIGH";
excludeDomains?: string[];
}

§Properties

§
blockingConfidence?: "PHISH_BLOCK_THRESHOLD_UNSPECIFIED" | "BLOCK_LOW_AND_ABOVE" | "BLOCK_MEDIUM_AND_ABOVE" | "BLOCK_HIGH_AND_ABOVE" | "BLOCK_HIGHER_AND_ABOVE" | "BLOCK_VERY_HIGH_AND_ABOVE" | "BLOCK_ONLY_EXTREMELY_HIGH"
[src]

Optional. Sites with confidence level chosen & above this value will be blocked from the search results.

§
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"].