Type Alias: GatewayInferenceInputInputItem
type GatewayInferenceInputInputItem =
| GatewayInferenceInputEasyInputMessage
| GatewayInferenceInputItem
| GatewayInferenceInputItemReference;
Defined in: src/models/ai-gateway-inference.ts:2673
Portkey InputItem; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputInputItemSchema.parse(value);`