Skip to main content

Variable: GatewayRoutingStrategySchema

const GatewayRoutingStrategySchema: ZodObject<{
mode: ZodType<GatewayOpenValue<"fallback" | "loadbalance" | "single">, ZodTypeDef, GatewayOpenValue<"fallback" | "loadbalance" | "single">>;
}, "strip", ZodType<GatewayJsonValue, ZodTypeDef, GatewayJsonValue>, {
mode: GatewayOpenValue<"fallback" | "loadbalance" | "single">;
}, {
mode: GatewayOpenValue<"fallback" | "loadbalance" | "single">;
}>;

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