Skip to main content

Type Alias: GatewayInferenceInputChatCompletionTool

type GatewayInferenceInputChatCompletionTool = {
type: "function";
function: GatewayInferenceInputFunctionObject;
};

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

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

Example​

`GatewayInferenceInputChatCompletionToolSchema.parse(value);`

Properties​

type​

type: "function";

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


function​

function: GatewayInferenceInputFunctionObject;

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