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

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;
}

§Properties

§
renderedContent?: string
[src]

Optional. An HTML snippet that can be embedded in a web page or an application's webview. This snippet displays a search result, including the title, URL, and a brief description of the search result.

§
sdkBlob?: Uint8Array
[src]

Optional. A base64-encoded JSON object that contains a list of search queries and their corresponding search URLs. This information can be used to build a custom search UI.