get_download_report
Retrieve the download report from a previous batch PDF download by specifying the output directory. Returns the full report content or a message if the report is missing.
Instructions
读取指定目录下的 download_report.txt 下载报告内容。
Args:
output_dir: 之前批量下载时指定的输出目录
Returns:
报告文件全文。若文件不存在返回 "报告不存在"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |