Skip to main content

Variable: GatewaySydeGuardParametersSchema

const GatewaySydeGuardParametersSchema: z.ZodType<{
[key: string]: unknown;
prompt_injection_threshold?: number;
toxicity_threshold?: number;
evasion_threshold?: number;
timeout?: number;
}>;

Defined in: src/models/ai-gateway-extensions.ts:2189

SCM SydeGuardParameters; unknown response fields are preserved.