Skip to main content

Type Alias: GatewayInferenceInputChatCompletionFunctionCallOption

type GatewayInferenceInputChatCompletionFunctionCallOption = {
name: string;
};

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

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

Example​

`GatewayInferenceInputChatCompletionFunctionCallOptionSchema.parse(value);`

Properties​

name​

name: string;

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