computer_act
Execute one precise action on a fresh screen observation, then receive the updated state—ideal for single-step UI interactions like clicks, fills, or scrolls without writing code.
Instructions
Execute one precise action against a fresh observation, then return the resulting state. No selectors or executable code. For several steps prefer computer_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| sessionId | Yes | ||
| observationId | Yes |