Skip to main content

Variable: GatewaySentenceCountParametersSchema

const GatewaySentenceCountParametersSchema: z.ZodType<{
[key: string]: unknown;
minSentences?: number;
maxSentences?: number;
not?: boolean;
}>;

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

SCM SentenceCountParameters; unknown response fields are preserved.