Type Alias: GatewayInferenceDrag
type GatewayInferenceDrag = {
[key: string]: unknown;
type: "drag";
path: GatewayInferenceCoordinate[];
};
Defined in: src/models/ai-gateway-inference.ts:4244
Portkey Drag; additive response fields are preserved.
Example
`GatewayInferenceDragSchema.parse(value);`
Indexable
[key: string]: unknown
Properties
type
type: "drag";
Defined in: src/models/ai-gateway-inference.ts:4245
path
path: GatewayInferenceCoordinate[];
Defined in: src/models/ai-gateway-inference.ts:4246