create_subsequence
Creates a new subsequence from the in/out points of an existing sequence, allowing you to work on a specific section without altering the original.
Instructions
Creates a subsequence from the in/out points of a sequence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequenceId | Yes | The ID of the source sequence | |
| ignoreTrackTargeting | No | Whether to ignore track targeting (default: false) |