tool_poster_ratio_editor
Adjust the aspect ratio of the latest image edit: submits the ratio change prompt, captures the updated URL, and downloads the output image.
Instructions
Boss Function 4: Opens the latest image edit page from DB (db/projects.json), selects the target model aspect ratio, submits the ratio change prompt, captures the updated edit URL, and downloads the output image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ratio | No | Target aspect ratio (options: '16:9', '4:3', '1:1', '3:4', '9:16'). Default: '4:3'. | 4:3 |
| prompt | No | Optional ratio change prompt. If not provided, uses default FLOW_RATIO_CHANGE_PROMPT. | |
| edit_url | No | Optional image edit URL. If not provided, uses the latest image_edit_page_url from DB. | |
| headless | No | Whether to run Chrome browser in headless mode. Default: False. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||