{
  "value": "incident_investigation_report",
  "label": "Investigate Chemical Incidents",
  "description": "Create thorough incident investigation reports for chemical spills, reactions, or safety events. Input incident details to generate root cause analysis with corrective actions.",
  "name": "Incident Investigation",
  "category": "Chemicals",
  "type": "Industry",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create an incident investigation report for a chemical safety event. I'll describe what happened, when, where, and initial observations. Generate a comprehensive report including incident timeline, immediate causes, root cause analysis using appropriate methodology, contributing factors, and corrective actions. Include preventive measures to avoid recurrence and lessons learned. Address any regulatory reporting requirements."
      }
    ]
  }
}