{
  "value": "emergency_alert_creator",
  "label": "Create Emergency Alert Messages",
  "description": "This workflow generates clear emergency communications for local hazards like severe weather, water main breaks, or road closures. Input the emergency type, affected areas, and required actions, and the AI will create alerts that effectively protect public safety.",
  "name": "Emergency Alert",
  "category": "State Local Government",
  "type": "Industry",
  "config": {
    "temperature": 5,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create an emergency alert that saves lives and prevents panic. State the hazard type and location in the first sentence. Give specific actions residents must take NOW (evacuate, boil water, avoid area). Use simple, direct language at 6th grade level. Include affected boundaries using known landmarks. Specify duration if known or when next update will come. List resources available (shelters, water distribution, hotlines). Address special populations (schools, hospitals, elderly). Create versions for text message (90 chars), social media, and detailed website alert. Repeat critical info. Use ALL CAPS sparingly for emphasis."
      }
    ]
  }
}