Type Alias: GatewayInferenceCodeInterpreterToolOutput
type GatewayInferenceCodeInterpreterToolOutput =
| GatewayInferenceCodeInterpreterTextOutput
| GatewayInferenceCodeInterpreterFileOutput;
Defined in: src/models/ai-gateway-inference.ts:4610
Portkey CodeInterpreterToolOutput; additive response fields are preserved.
Example
`GatewayInferenceCodeInterpreterToolOutputSchema.parse(value);`