Type Alias: GatewayInferenceChatCompletionFunctionCallOption
type GatewayInferenceChatCompletionFunctionCallOption = {
[key: string]: unknown;
name: string;
};
Defined in: src/models/ai-gateway-inference.ts:1949
Portkey ChatCompletionFunctionCallOption; additive response fields are preserved.
Example
`GatewayInferenceChatCompletionFunctionCallOptionSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
name
name: string;
Defined in: src/models/ai-gateway-inference.ts:1950