Type Alias: GatewayInferenceInputOutputContent
type GatewayInferenceInputOutputContent =
| GatewayInferenceInputOutputText
| GatewayInferenceInputRefusal;
Defined in: src/models/ai-gateway-inference.ts:2862
Portkey OutputContent; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputOutputContentSchema.parse(value);`