generate_character_expression_sheet
Generate a single image showing the character's FACE with several different expressions in one row, labeled — an "expression sheet". Same job type and same history as generate_character_turnaround — see its docstring for the full story: the 2026-07-11 finding (plain Android-bearer image path is inconsistent for multi-view prompts, the real web composer was reliably consistent) is why this tool exists, but as of 2026-07-26 it no longer drives that composer — pure HTTP with image_inputs=[portrait_media_id] instead (no browser). Multi-view consistency on THIS new path has not been re-verified live yet; the recommendation to keep a detailed physical description saved on the entity carries over from the old finding but hasn't been separately re-tested against the new mechanism either.
account: farm account that owns this entity_id's project.
expressions: list of expression labels, e.g. ["нейтральное выражение",
"удивление", "лёгкая улыбка", "смех"] (default if omitted). Keep to 3-5 for a
readable single-row layout.
character_slot_index: which slot to write into (0 = portrait, default — this
overwrites the existing portrait image with the expression sheet, matching how
this was used when reproducing the feature; 1 = body slot also works).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| entity_id | Yes | ||
| expressions | No | ||
| character_slot_index | No |