{
  "value": "warranty_claim_processor",
  "label": "Process Warranty Claims",
  "description": "Generate warranty claim documentation and justifications for automotive repairs. Input repair details, failure descriptions, and vehicle information to create complete warranty submissions.",
  "name": "Warranty Claim Processor",
  "category": "Automotive",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Help me prepare a warranty claim for a vehicle repair. I'll provide the vehicle information, failed component details, symptoms, and diagnosis results. Create a comprehensive warranty claim that includes failure description, root cause analysis, repair actions taken, and parts replaced. Use proper technical terminology and include all information typically required by manufacturers for claim approval."
      }
    ]
  }
}