replace_block_between_manual_anchors
Replace content between specified anchor texts in Word documents to update document sections while maintaining structure.
Instructions
Replace all content between start_anchor_text and end_anchor_text (or next logical header if not provided).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| start_anchor_text | Yes | ||
| new_paragraphs | Yes | ||
| end_anchor_text | No | ||
| match_fn | No | ||
| new_paragraph_style | No |