Skip to main content

Type Alias: GatewayInferenceFunctionParameters

type GatewayInferenceFunctionParameters = {
[key: string]: unknown;
};

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

Portkey FunctionParameters; additive response fields are preserved.

Index Signature​

[key: string]: unknown

Example​

`GatewayInferenceFunctionParametersSchema.parse(value);`