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[];
searchTypes?: GoogleCloudAiplatformV1ToolGoogleSearchSearchTypes;
}§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"].
§
searchTypes?: GoogleCloudAiplatformV1ToolGoogleSearchSearchTypes
[src]Optional. The set of search types to enable. If not set, web search is enabled by default.