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

GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig

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

The configuration for grounding checking.

interface GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig {
disableAttribution?: boolean;
}

§Properties

§
disableAttribution?: boolean
[src]

If set, skip finding claim attributions (i.e not generate grounding citation).

§

The sources for the grounding checking.