download_file
Download files from HTTP or HTTPS URLs and save them to a specified path for project configuration and debugging.
Instructions
Download a file from a URL and save it to a specified path. Supported schemes: http, https.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the file to download (required) | |
| savePath | Yes | The path where the file should be saved (relative to project path or absolute, required) |