Skip to main content

Type Alias: GatewayInferenceInputFunctionObject

type GatewayInferenceInputFunctionObject = {
description?: string;
name: string;
parameters?: GatewayInferenceInputFunctionParameters;
strict?: boolean | null;
};

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

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

Example​

`GatewayInferenceInputFunctionObjectSchema.parse(value);`

Properties​

description?​

optional description?: string;

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


name​

name: string;

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


parameters?​

optional parameters?: GatewayInferenceInputFunctionParameters;

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


strict?​

optional strict?: boolean | null;

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