Type Alias: GatewayJsonValue
type GatewayJsonValue =
| string
| number
| boolean
| null
| GatewayJsonValue[]
| GatewayJsonObject;
Defined in: src/models/ai-gateway-routing.ts:75
Finite JSON values accepted at documented AI Gateway extension points.