set_paragraph_text
Replace the text of a paragraph at a specified index in a document.
Instructions
Replace text of a specific paragraph.
Args: index: Paragraph index (0-based) text: New text content
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |