{
  "value": "material_estimate_calculator",
  "label": "Calculate Material Estimates",
  "description": "Generate accurate material quantity estimates for construction projects. Input project dimensions and specifications to receive detailed material lists with waste factors and alternates.",
  "name": "Material Estimator",
  "category": "Construction",
  "type": "Industry",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Calculate material estimates for a construction project. I'll provide project dimensions, specifications, and type of construction. Generate a detailed material takeoff including quantities with appropriate waste factors, unit costs estimates, alternative material options, and delivery scheduling recommendations. Group materials by trade and construction phase. Include notes on special ordering requirements or long lead items."
      }
    ]
  }
}