get_undo_count
Check how many undo steps are available for a specific image, so you can know if you can revert recent edits before making changes.
Instructions
Get the number of available undo operations for an image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_id | Yes | ID of the image |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_id | Yes | Image ID | |
| undo_count | Yes | Number of available undo operations |