Skip to main content

Variable: GatewayRoutingCacheSchema

const GatewayRoutingCacheSchema: ZodObject<{
mode: ZodOptional<ZodType<GatewayOpenValue<"semantic" | "simple">, ZodTypeDef, GatewayOpenValue<"semantic" | "simple">>>;
max_age: ZodOptional<ZodNumber>;
}, "strip", ZodType<GatewayJsonValue, ZodTypeDef, GatewayJsonValue>, {
mode?: GatewayOpenValue<"semantic" | "simple">;
max_age?: number;
}, {
mode?: GatewayOpenValue<"semantic" | "simple">;
max_age?: number;
}>;

Defined in: src/models/ai-gateway-routing.ts:149