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.