{
  "value": "incident_report_generator",
  "label": "Generate Compliance Incident Reports",
  "description": "Document compliance incidents thoroughly. Provide incident details to create comprehensive reports for internal review and regulatory reporting.",
  "name": "Incident Reporter",
  "category": "Compliance",
  "type": "Business Department",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a compliance incident report. I'll provide details about what happened, when, who was involved, and initial findings. Generate a structured report including incident description, root cause analysis, impact assessment, immediate actions taken, corrective measures, and preventive actions. Ensure it meets regulatory reporting requirements while being factual and objective."
      }
    ]
  }
}