Skip to main content

Type Alias: GatewayInferenceToolChoiceTypes

type GatewayInferenceToolChoiceTypes = {
[key: string]: unknown;
type: | "file_search"
| "web_search_preview"
| "computer_use_preview"
| "web_search_preview_2025_03_11";
};

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

Portkey ToolChoiceTypes; additive response fields are preserved.

Example​

`GatewayInferenceToolChoiceTypesSchema.parse(value);`

Indexable​

[key: string]: unknown

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:3774