{
  "value": "quality_incident_report",
  "label": "Generate Quality Incident Report",
  "description": "Document quality issues with proper root cause analysis structure. Describe the defect, when it occurred, and initial observations. The AI will help structure a comprehensive incident report.",
  "name": "Quality Report",
  "category": "Manufacturing",
  "type": "Business Department",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a quality incident report based on the issue I describe. Include: 1) Incident summary with date, time, and product details, 2) Defect description and severity assessment, 3) Immediate containment actions taken, 4) Initial investigation findings, 5) Potential root causes to investigate, 6) Recommended corrective actions, 7) Prevention measures for future. Use the 5-Why analysis approach where applicable."
      }
    ]
  }
}