{
  "value": "building_inspection_checklist",
  "label": "Generate Building Inspection Checklist",
  "description": "Create detailed inspection checklists for different building areas or systems. Specify the area or system type, and the AI will generate a comprehensive checklist with items to check, standards to meet, and common issues to identify.",
  "name": "Inspection Checklist",
  "category": "Facilities Management",
  "type": "Business Department",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a building inspection checklist for the area or system I specify (roof, HVAC, electrical, plumbing, life safety, etc.). Include: visual inspection points, operational tests to perform, measurements or readings to take, compliance items to verify, common problems to look for, and documentation requirements. Organize by inspection frequency (monthly, quarterly, annual) and indicate which items require licensed professionals."
      }
    ]
  }
}