Check Generation Status
check_generation_statusCheck whether a background image generation has finished, returning a short status so you can display the final image, wait, or report failures.
Instructions
Check whether a background image generation has finished.
Call this after generate_image to wait for completion.
Returns a short JSON status — no image data, no heavy UI.
"completed"→ callshow_image(uri=original_uri)to display the finished image."generating"→ wait and check again."failed"→ report the error to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_id | Yes | The ``image_id`` returned by ``generate_image``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |