Save Generated Avatar
save_generated_avatarSave completed generate_avatar image results as one reusable avatar/model. Pass the identity-anchor result as generation_result_id and optional view results as additional_result_ids; each result fills the slot recorded in its avatar_creator.view metadata. Use only after generation finishes and the user chooses the candidates. Normal text-to-image results are not eligible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the saved avatar/model | |
| generation_result_id | Yes | Completed image result ID returned by generate_avatar. Normal text-to-image results are not eligible because they do not contain reopenable avatar-creator inputs. | |
| additional_result_ids | No | Other completed generate_avatar result IDs to save into their own avatar_creator.view slots in the same avatar. |