analyze_robot_data
Analyze robot operational data to identify statistical patterns, trends, anomalies, or performance issues. Provide robot ID and time range for targeted insights.
Instructions
分析机器人数据
参数:
- robot_id: 机器人ID
- analysis_type: 分析类型,可选值包括"statistical", "trend", "anomaly", "performance"
- start_time: 开始时间戳
- end_time: 结束时间戳
返回:
- 分析结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | ||
| robot_id | Yes | ||
| start_time | No | ||
| analysis_type | Yes |