Skip to main content

Variable: GatewayRequestConditionSchema

const GatewayRequestConditionSchema: z.ZodType<{
key: string;
value: string | string[];
excludes?: string | string[];
}>;

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

SCM Condition; stable request fields are strict; extension maps accept finite JSON.