append_paragraph
Add a new paragraph to the end of an open HWP document. Provide the document ID and paragraph text to append content.
Instructions
Append a new paragraph to the end of the document.
Args: doc_id: Document ID from open_document text: Paragraph text
Returns: Append confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||