Skip to main content

Type Alias: GatewayInferenceInputToolChoiceTypes

type GatewayInferenceInputToolChoiceTypes = {
type: | "file_search"
| "web_search_preview"
| "computer_use_preview"
| "web_search_preview_2025_03_11";
};

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

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

Example​

`GatewayInferenceInputToolChoiceTypesSchema.parse(value);`

Properties​

type​

type:
| "file_search"
| "web_search_preview"
| "computer_use_preview"
| "web_search_preview_2025_03_11";

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