Type Alias: GatewayInferenceOutputContent
type GatewayInferenceOutputContent =
| GatewayInferenceOutputText
| GatewayInferenceRefusal;
Defined in: src/models/ai-gateway-inference.ts:3920
Portkey OutputContent; additive response fields are preserved.
Example
`GatewayInferenceOutputContentSchema.parse(value);`