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

GoogleCloudAiplatformV1Retrieval

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

Defines a retrieval tool that model can call to access external knowledge.

interface GoogleCloudAiplatformV1Retrieval {
disableAttribution?: boolean;
}

§Properties

§
disableAttribution?: boolean
[src]

Optional. Disable using the result from this tool in detecting grounding attribution. This does not affect how the result is given to the model for generation.

§

Set to use data source powered by Vertex AI Search.