insert_text
Insert text at the current cursor position in an HWP document. Provide the document ID and text to add, and receive insertion confirmation.
Instructions
Insert text at the current cursor position.
Args: doc_id: Document ID from open_document text: Text to insert
Returns: Insertion confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||