add_word_list
Adds bulleted or numbered lists to a Word document. Provide the file path and list items; set ordered to true for numbered lists.
Instructions
Add a bulleted or numbered list to a Word document.
Args: path: Path to the .docx file items: List items ordered: True for numbered list, False for bullet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| items | Yes | ||
| ordered | No |