{
  "value": "customer_training_creator",
  "label": "Create Customer Training Materials",
  "description": "Develop training content for customers on equipment operation or maintenance. Describe the equipment and training needs. The AI will create user-friendly training materials with dos, don'ts, and troubleshooting basics.",
  "name": "Customer Training",
  "category": "Field Services",
  "type": "Business Department",
  "config": {
    "temperature": 30,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create customer training materials for the equipment or system I describe. Include: basic operation instructions in simple terms, daily/weekly maintenance tasks they should perform, warning signs of problems to watch for, what NOT to do (common customer mistakes), when to call for service vs DIY fixes, safety precautions and emergency procedures, and FAQ section with practical answers. Make it friendly and encouraging while emphasizing safety and proper care."
      }
    ]
  }
}