Type Alias: GatewayInferenceInputChatCompletionFunctions
type GatewayInferenceInputChatCompletionFunctions = {
description?: string;
name: string;
parameters?: GatewayInferenceInputFunctionParameters;
};
Defined in: src/models/ai-gateway-inference.ts:788
Portkey ChatCompletionFunctions; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputChatCompletionFunctionsSchema.parse(value);`
Properties
description?
optional description?: string;
Defined in: src/models/ai-gateway-inference.ts:789
name
name: string;
Defined in: src/models/ai-gateway-inference.ts:790
parameters?
optional parameters?: GatewayInferenceInputFunctionParameters;
Defined in: src/models/ai-gateway-inference.ts:791