copy_table
Deep-copy a table by index and insert the duplicate right after the original. Returns the source and new table indices.
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 |