Skip to main content

Variable: GatewayWordCountParametersSchema

const GatewayWordCountParametersSchema: z.ZodType<{
[key: string]: unknown;
minWords?: number;
maxWords?: number;
not?: boolean;
}>;

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

SCM WordCountParameters; unknown response fields are preserved.