demote_list_item
Increase list indentation level of a paragraph by one step, up to eight levels. Returns paragraph ID and new indentation level; raises error if paragraph is not a list item.
Instructions
Increase the list indentation level (ilvl) of a paragraph by 1, maximum 8.
Returns {para_id, ilvl}. Raises ValueError if paragraph is not a list item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |