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

GoogleChecksAisafetyV1alphaClassifyContentRequestContext

import type { GoogleChecksAisafetyV1alphaClassifyContentRequestContext } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";

Context about the input that will be used to help on the classification.

interface GoogleChecksAisafetyV1alphaClassifyContentRequestContext {
prompt?: string;
}

§Properties

§
prompt?: string
[src]

Optional. Prompt that generated the model response.