{
  "value": "maintenance_request_prioritizer",
  "label": "Prioritize Maintenance Requests",
  "description": "Organize and prioritize property maintenance requests effectively. List maintenance issues to receive a prioritized action plan with vendor recommendations.",
  "name": "Maintenance Prioritizer",
  "category": "Real Estate",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Prioritize maintenance requests based on the issues I list. For each item provide: 1) Priority level (emergency, urgent, routine), 2) Safety and liability assessment, 3) Estimated cost range, 4) Recommended vendor type, 5) Temporary solutions if applicable, 6) Impact on property value, 7) Tenant communication needed, 8) Preventive measures for future. Create an actionable maintenance schedule with clear priorities."
      }
    ]
  }
}