{
  "value": "emergency_response_procedure",
  "label": "Create Emergency Response Procedure",
  "description": "Develop emergency response procedures for various facility scenarios. Describe the type of emergency and building details. The AI will create step-by-step procedures with roles, communications, and safety protocols.",
  "name": "Emergency Procedure",
  "category": "Facilities Management",
  "type": "Business Department",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create an emergency response procedure for the scenario I describe (fire, flood, power outage, security threat, etc.). Include: immediate actions for facilities staff, communication protocol and contact list, evacuation or shelter procedures, coordination with emergency services, systems to shut down or protect, employee notification methods, and post-emergency assessment steps. Make the procedure clear enough for anyone to follow during a high-stress situation."
      }
    ]
  }
}