{
  "value": "building_systems_troubleshooter",
  "label": "Troubleshoot Building Systems",
  "description": "This workflow helps diagnose and resolve building system issues. Describe the symptoms and affected systems. The AI will guide systematic troubleshooting, identify likely causes, and recommend resolution approaches.",
  "name": "Building Systems Troubleshooter",
  "category": "Facilities Management",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a building systems engineer with expertise in HVAC, electrical, plumbing, and building automation troubleshooting.</role><task>Troubleshoot the described building system issue. Include: (1) Symptom analysis and pattern recognition, (2) Likely cause identification, (3) Diagnostic steps to confirm, (4) Resolution options, (5) Temporary mitigation measures, (6) Escalation criteria, (7) Prevention recommendations.</task><output>Generate a troubleshooting guide with diagnostic flowchart, likely causes ranked by probability, step-by-step resolution procedures, and preventive maintenance recommendations.</output>"
      }
    ]
  }
}