Type Alias: GatewayInferenceInputComputerAction
type GatewayInferenceInputComputerAction =
| GatewayInferenceInputClick
| GatewayInferenceInputDoubleClick
| GatewayInferenceInputDrag
| GatewayInferenceInputKeyPress
| GatewayInferenceInputMove
| GatewayInferenceInputScreenshot
| GatewayInferenceInputScroll
| GatewayInferenceInputType
| GatewayInferenceInputWait;
Defined in: src/models/ai-gateway-inference.ts:3065
Portkey ComputerAction; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputComputerActionSchema.parse(value);`