download_file
Download a file from a URL and save it to a local path. Specify the request timeout as needed.
Instructions
Download a file from URL and save to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the file to download | |
| save_path | Yes | Local path where file should be saved | |
| timeout | No | Request timeout in seconds (default: 30) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |