{
  "value": "parts_order_justification",
  "label": "Justify Parts Order Request",
  "description": "Create convincing justifications for parts orders or equipment upgrades. Describe the part needed and situation. The AI will build a case explaining necessity, consequences of not ordering, and cost-benefit analysis.",
  "name": "Parts Justification",
  "category": "Field Services",
  "type": "Business Department",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Help me justify a parts order or equipment upgrade request. I'll describe what's needed and why. Create a justification that includes: current problem and impact on operations, specific part/equipment solution, cost comparison (repair vs replace if applicable), downtime risks without the part, customer impact and satisfaction considerations, warranty or service agreement benefits, and expected lifespan of the solution. Make it compelling for management approval."
      }
    ]
  }
}