duplicate_table_row
Duplicates a table row by creating a deep copy and inserting it immediately after the original row in a Word document. Specify the table and row indices to duplicate.
Instructions
Deep-copy a table row and insert the copy immediately after it.
Args: table_idx: 0-based table index. row_index: 0-based index of the row to duplicate.
Returns: {"row_index": int, "new_row_index": int}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_idx | Yes | ||
| row_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |