clone_tree_to_strategy
Deep-copies a decision tree into a target strategy, assigning new IDs to the tree and every thought. Use to replicate structured reasoning without altering the original.
Instructions
Clone a tree into a strategy (deep copy with new IDs for tree and all thoughts)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| treeId | Yes | The ID of the tree to clone | |
| namePrefix | No | Optional prefix to add to the cloned tree goal | |
| strategyIdOrName | Yes | The ID or name of the target strategy |