move_file
Relocate or rename files within the workspace by specifying a source and destination path. Parent directories are created automatically as needed.
Instructions
Move or rename a file within the workspace.
Args: source: Existing file path, relative to the workspace root. destination: New path; parent directories are created automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| destination | Yes |