insert_paragraph
Insert a new paragraph after a given index in a Word document, using track changes for lawyer review. Optionally specify paragraph style.
Instructions
在第 after_index 段(从 0 计,见 read_document)之后以修订方式插入新段落。
style 可选,填文档已有的段落样式名(如 "Heading 2")。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| text | Yes | ||
| style | No | ||
| author | No | AI 律师助手 | |
| after_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |