Skip to main content

Type Alias: GatewayInferenceInputFunctionParameters

type GatewayInferenceInputFunctionParameters = {
[key: string]: GatewayJsonValue;
};

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

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

Index Signature​

[key: string]: GatewayJsonValue

Example​

`GatewayInferenceInputFunctionParametersSchema.parse(value);`