data_top
Resolve a TOP operator's data output by path, optionally capturing its pixels as a base64 PNG with configurable downscaling to manage image size.
Instructions
TOP resolution, optionally base64 PNG pixel capture.
path (<class 'str'>): TOP operator path.
pixels (bool | None): Capture pixels as base64 PNG.
max_width (int | None): Downscale if wider (default 512).
max_height (int | None): Downscale if taller (default 512).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| pixels | No | ||
| max_width | No | ||
| max_height | No |