{
  "value": "maintenance_schedule_planner",
  "label": "Plan Preventive Maintenance Schedule",
  "description": "Create comprehensive preventive maintenance schedules for equipment or building systems. Provide equipment details and manufacturer recommendations. The AI will generate a maintenance calendar with tasks, frequencies, and resource requirements.",
  "name": "Maintenance Schedule",
  "category": "Facilities Management",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Help me create a preventive maintenance schedule for the equipment or system I specify. Include: daily, weekly, monthly, quarterly, and annual maintenance tasks, specific checks and procedures for each interval, estimated time per task, required tools and supplies, shutdown requirements, and compliance or warranty considerations. Organize it as a clear calendar that technicians can follow to keep equipment running optimally and prevent breakdowns."
      }
    ]
  }
}