vision_type
Clicks the described target field and types the specified text. This lets agents fill inputs without needing selectors.
Instructions
vision_click the described field, then type the given text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type. | |
| lease | No | Optional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env. | |
| intent | Yes | Description of the input. | |
| session | No | Optional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default'. | |
| min_confidence | No |