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

GuardrailLlmPromptSecurityDefaultSecuritySettings

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

Configuration for default system security settings.

interface GuardrailLlmPromptSecurityDefaultSecuritySettings {
readonly defaultPromptTemplate?: string;
}

§Properties

§
readonly defaultPromptTemplate?: string
[src]

Output only. The default prompt template used by the system. This field is for display purposes to show the user what prompt the system uses by default. It is OUTPUT_ONLY.