Skip to main content

Type Alias: GatewayInferenceInputTool

type GatewayInferenceInputTool =
| GatewayInferenceInputFileSearchTool
| GatewayInferenceInputFunctionTool
| GatewayInferenceInputComputerTool
| GatewayInferenceInputWebSearchTool;

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

Portkey Tool; strict modeled input with explicit JSON extension maps.

Example​

`GatewayInferenceInputToolSchema.parse(value);`