{
  "value": "incident_investigation_report",
  "label": "Document Safety Incidents",
  "description": "Create thorough incident investigation reports for workplace accidents or near-misses. Input incident details to generate reports that identify causes and prevent recurrence.",
  "name": "Incident Report",
  "category": "Manufacturing",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create an incident investigation report for a manufacturing facility. I'll provide details about what happened, when, where, who was involved, and initial observations. Generate a comprehensive report that documents the incident timeline and facts, analyzes immediate and root causes, evaluates safety procedures that failed or succeeded, recommends corrective and preventive actions, and includes lessons learned. Follow standard incident reporting format and maintain objective, factual tone suitable for regulatory compliance."
      }
    ]
  }
}