Skip to main content

Type Alias: GatewayInferenceOutputItem

type GatewayInferenceOutputItem =
| GatewayInferenceOutputMessage
| GatewayInferenceFileSearchToolCall
| GatewayInferenceFunctionToolCall
| GatewayInferenceWebSearchToolCall
| GatewayInferenceComputerToolCall
| GatewayInferenceReasoningItem;

Defined in: src/models/ai-gateway-inference.ts:3871

Portkey OutputItem; additive response fields are preserved.

Example​

`GatewayInferenceOutputItemSchema.parse(value);`