Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1GroundingMetadata

import type { GoogleCloudAiplatformV1GroundingMetadata } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Metadata returned to client when grounding is enabled.

interface GoogleCloudAiplatformV1GroundingMetadata {
webSearchQueries?: string[];
}

§Properties

§

Optional. Google search entry for the following-up web searches.

§
webSearchQueries?: string[]
[src]

Optional. Web search queries for the following-up web search.