Type Alias: GatewayInferenceInputDrag
type GatewayInferenceInputDrag = {
type: "drag";
path: GatewayInferenceInputCoordinate[];
};
Defined in: src/models/ai-gateway-inference.ts:3134
Portkey Drag; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputDragSchema.parse(value);`
Properties
type
type: "drag";
Defined in: src/models/ai-gateway-inference.ts:3135
path
path: GatewayInferenceInputCoordinate[];
Defined in: src/models/ai-gateway-inference.ts:3136