analyze_robot_data
Analyze robot data by ID and analysis type—statistical, trend, anomaly, or performance—within a specified time range to gain insights.
Instructions
分析机器人数据
参数:
- robot_id: 机器人ID
- analysis_type: 分析类型,可选值包括"statistical", "trend", "anomaly", "performance"
- start_time: 开始时间戳
- end_time: 结束时间戳
返回:
- 分析结果Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| robot_id | Yes | ||
| analysis_type | Yes | ||
| start_time | No | ||
| end_time | No |