Variable: GatewayContainsCodeParametersSchema
const GatewayContainsCodeParametersSchema: z.ZodType<{
[key: string]: unknown;
format: string;
not?: boolean;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2124
SCM ContainsCodeParameters; unknown response fields are preserved.