Variable: GatewayAcuvityScanParametersSchema
const GatewayAcuvityScanParametersSchema: z.ZodType<{
[key: string]: unknown;
prompt_injection?: boolean;
prompt_injection_threshold?: number;
toxic?: boolean;
toxic_threshold?: number;
jail_break?: boolean;
jail_break_threshold?: number;
malicious_url?: boolean;
malicious_url_threshold?: number;
biased?: boolean;
biased_threshold?: number;
harmful?: boolean;
harmful_threshold?: number;
language?: boolean;
language_values?: string;
pii?: boolean;
pii_redact?: boolean;
pii_categories?: string[];
secrets?: boolean;
secrets_redact?: boolean;
secrets_categories?: string[];
timeout?: number;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2325
SCM AcuvityScanParameters; unknown response fields are preserved.