{
  "value": "service_recommendation_writer",
  "label": "Create Service Recommendations",
  "description": "Generate personalized service recommendations based on vehicle mileage, age, and maintenance history. Input vehicle details and current mileage to create comprehensive service plans with priority rankings.",
  "name": "Service Recommendations",
  "category": "Automotive",
  "type": "Industry",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Generate service recommendations for a vehicle. I'll tell you the make, model, year, current mileage, and last service date. Create a prioritized list of recommended services based on manufacturer guidelines and common wear patterns. Include immediate needs, upcoming services within 5,000 miles, and preventive maintenance suggestions. Explain why each service is important and what happens if it's delayed."
      }
    ]
  }
}