Skip to main content

Variable: GatewayPatronusCustomParametersSchema

const GatewayPatronusCustomParametersSchema: z.ZodType<{
[key: string]: unknown;
profile: string;
timeout?: number;
}>;

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

SCM PatronusCustomParameters; unknown response fields are preserved.