GoogleCloudAiplatformV1SearchEntryPoint
import type { GoogleCloudAiplatformV1SearchEntryPoint } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";An entry point for displaying Google Search results. A SearchEntryPoint is
populated when the grounding source for a model's response is Google Search.
It provides information that you can use to display the search results in
your application.
interface GoogleCloudAiplatformV1SearchEntryPoint {
renderedContent?: string;
sdkBlob?: Uint8Array;
}