{
  "value": "quality_inspection_checklist",
  "label": "Create Quality Inspection Checklist",
  "description": "Generate detailed quality inspection checklists for vehicles or automotive components. Specify the inspection type and requirements to create comprehensive QC documentation with pass/fail criteria.",
  "name": "Quality Inspection",
  "category": "Automotive",
  "type": "Industry",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a quality inspection checklist for automotive manufacturing or service. I'll tell you what type of inspection is needed (pre-delivery, post-repair, component assembly, etc.). Generate a detailed checklist with specific inspection points, measurement tolerances, visual inspection criteria, and functional tests. Include spaces for recording results and flag critical safety items that require immediate attention if they fail."
      }
    ]
  }
}