copy_table
Copy a table and insert the duplicate immediately after the original table by specifying its zero-based index.
Instructions
Deep-copy a table and insert the copy immediately after the original.
Args: table_idx: 0-based table index.
Returns: {"source_index": int, "new_index": int}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_idx | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |