GoogleSearchTool
import type { GoogleSearchTool } from "https://googleapis.deno.dev/v1/ces:v1.ts";Represents a tool to perform Google web searches for grounding. See https://cloud.google.com/customer-engagement-ai/conversational-agents/ps/tool#google-search.
interface GoogleSearchTool {
contextUrls?: string[];
description?: string;
excludeDomains?: string[];
name?: string;
preferredDomains?: string[];
}§Properties
§
contextUrls?: string[]
[src]Optional. Content will be fetched directly from these URLs for context and grounding. Example: "https://example.com/path.html". A maximum of 20 URLs are allowed.