Type Alias: GatewayInferenceComputerAction
type GatewayInferenceComputerAction =
| GatewayInferenceClick
| GatewayInferenceDoubleClick
| GatewayInferenceDrag
| GatewayInferenceKeyPress
| GatewayInferenceMove
| GatewayInferenceScreenshot
| GatewayInferenceScroll
| GatewayInferenceType
| GatewayInferenceWait;
Defined in: src/models/ai-gateway-inference.ts:4169
Portkey ComputerAction; additive response fields are preserved.
Example
`GatewayInferenceComputerActionSchema.parse(value);`