Variable: GatewayPatronusParametersSchema
const GatewayPatronusParametersSchema: z.ZodType<{
[key: string]: unknown;
redact?: boolean;
timeout?: number;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2224
SCM PatronusParameters; unknown response fields are preserved.