{
  "value": "equipment_maintenance_log",
  "label": "Generate Equipment Maintenance Schedule",
  "description": "Create maintenance schedules and checklists for farm equipment. Provide equipment type, usage hours, and last service date to get detailed maintenance plans with part recommendations.",
  "name": "Equipment Maintenance",
  "category": "Agriculture",
  "type": "Industry",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a maintenance schedule for my farm equipment. I'll tell you the equipment type, current hours or acres, and when it was last serviced. Generate a maintenance checklist with specific tasks, recommended intervals, common wear parts to check, and estimated costs. Include both routine maintenance and seasonal preparation tasks. Highlight critical safety checks."
      }
    ]
  }
}