{
  "value": "maintenance_schedule_planner",
  "label": "Plan Equipment Maintenance",
  "description": "Create preventive maintenance schedules for manufacturing equipment. Provide equipment details, usage hours, and manufacturer recommendations to generate a comprehensive maintenance plan.",
  "name": "Maintenance Planner",
  "category": "Manufacturing",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a preventive maintenance schedule based on the equipment information I provide. Include: 1) Daily operator checks and cleaning tasks, 2) Weekly inspection points, 3) Monthly maintenance activities, 4) Quarterly deep maintenance, 5) Annual overhaul requirements, 6) Spare parts to keep in stock. Prioritize tasks by criticality and provide estimated time requirements for each activity."
      }
    ]
  }
}