{
  "value": "safety_alert_communication",
  "label": "Draft Safety Alert Communication",
  "description": "Create clear, urgent safety alerts for workplace hazards or incidents. Provide the hazard details, location, and who's affected. The AI will draft a concise alert with immediate actions, preventive measures, and contact information.",
  "name": "Safety Alert",
  "category": "Environmental, Health & Safety (EHS)",
  "type": "Business Department",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Write a safety alert communication that quickly informs employees about a workplace hazard or recent incident. Include: attention-grabbing subject line, brief description of the hazard or incident, immediate actions required, who is affected, preventive measures to implement, and contact information for questions. Keep it concise but comprehensive - employees should understand the risk and required actions within 30 seconds of reading."
      }
    ]
  }
}