tool_generate_poster
Automate poster creation by sending images and a prompt to Google Flow, then download the generated 1K output and record its edit page URL.
Instructions
Boss Function 2: Generates a poster in Google Flow: pastes input images and prompt onto the canvas, clicks Send, opens the generated image edit page, records the image_edit_page_url in DB, and downloads 1K output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | Optional custom prompt text. If not provided, uses default FLOW_PROMPT. | |
| headless | No | Whether to run Chrome browser in headless mode. Default: False. | |
| image_paths | No | Optional list of image file paths to paste. If not provided, uses images from input_images/. | |
| project_url | No | Optional target project URL. If not provided, automatically uses the latest project from DB. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||