{
  "value": "service_report_generator",
  "label": "Generate Service Report",
  "description": "Transform field service data into professional reports for customers or management. Input service details, findings, and recommendations. The AI creates a polished report with executive summary and technical details.",
  "name": "Service Report",
  "category": "Field Services",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a professional service report from the information I provide. Include: executive summary for non-technical readers, equipment/system status assessment, detailed findings with photos references if mentioned, work performed with time and materials, root cause analysis if applicable, preventive maintenance recommendations, warranty or contract implications, and next service due date. Format it professionally with clear sections and actionable conclusions."
      }
    ]
  }
}