check_generation_status
Check if an image generation job is finished. Returns 'completed', 'generating', or 'failed' status to guide next steps.
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 |