move_file
Move or rename files in the workspace by specifying source and destination paths; optionally overwrite existing files.
Instructions
Move (or move+rename) a file to a new location within the workspace.
Args: source_path: Current path, relative to the workspace root. destination_path: New path, relative to the workspace root. overwrite: If True, replace an existing file at the destination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overwrite | No | ||
| source_path | Yes | ||
| destination_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||