Skip to main content

Type Alias: GatewayInferenceInputItemReference

type GatewayInferenceInputItemReference = {
id: string;
type: "item_reference";
};

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

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

Example​

`GatewayInferenceInputItemReferenceSchema.parse(value);`

Properties​

id​

id: string;

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


type​

type: "item_reference";

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