Interface EnterpriseWebSearch

Tool to search public web data, powered by Vertex AI Search and Sec4 compliance. This data type is not supported in Gemini API.

interface EnterpriseWebSearch {
    blockingConfidence?: PhishBlockThreshold;
    excludeDomains?: string[];
}

Properties

blockingConfidence?: PhishBlockThreshold

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

excludeDomains?: string[]

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