voltage_observe
Check if UI elements from a watch list are detectable on screen by running a vision pass and returning their coordinates, ensuring playbook guards will fire.
Instructions
Run one vision pass and return grounded elements in screen coordinates.
watch is the closed vocabulary the vision model may use -- it can only report
labels from this list, so name the things your Playbook's guards will test for.
Use this to check that the vision model can actually find what a state depends on
before committing to it in a Playbook. If an element does not come back here, a
sees(...) guard on it will never fire.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| watch | Yes | ||
| region | No | ||
| read_text | No | ||
| max_elements | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||