Variable: GatewayContainsParametersSchema
const GatewayContainsParametersSchema: z.ZodType<{
[key: string]: unknown;
words: string[];
operator: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2108
SCM ContainsParameters; unknown response fields are preserved.