generate_robot_report
Generate a robot operation report by specifying robot ID, time range, and save path. Retrieve and analyze operational data for performance insights.
Instructions
生成机器人运行报告
参数:
- robot_id: 机器人ID
- start_time: 开始时间戳
- end_time: 结束时间戳
- report_path: 报告保存路径
返回:
- 报告生成结果Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| robot_id | Yes | ||
| start_time | No | ||
| end_time | No | ||
| report_path | No |