Type Alias: GatewayInferenceInputItem
type GatewayInferenceInputItem =
| GatewayInferenceInputInputMessage
| GatewayInferenceInputOutputMessage
| GatewayInferenceInputFileSearchToolCall
| GatewayInferenceInputComputerToolCall
| GatewayInferenceInputComputerToolCallOutput
| GatewayInferenceInputWebSearchToolCall
| GatewayInferenceInputFunctionToolCall
| GatewayInferenceInputFunctionToolCallOutput
| GatewayInferenceInputReasoningItem;
Defined in: src/models/ai-gateway-inference.ts:2785
Portkey Item; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputItemSchema.parse(value);`