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

DataStoreToolBoostSpecs

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

Boost specifications to boost certain documents. For more information, please refer to https://cloud.google.com/generative-ai-app-builder/docs/boosting.

interface DataStoreToolBoostSpecs {
dataStores?: string[];
}

§Properties

§
dataStores?: string[]
[src]

Required. The Data Store where the boosting configuration is applied. Full resource name of DataStore, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}.

§

Required. A list of boosting specifications.