{
  "value": "technical_training_creator",
  "label": "Develop Technical Training Materials",
  "description": "Create training materials for automotive technicians on new procedures or systems. Input technical information to generate structured training content with learning objectives and practical exercises.",
  "name": "Technical Training",
  "category": "Automotive",
  "type": "Industry",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create technical training material for automotive technicians. I'll describe the system, component, or procedure that needs to be taught. Develop a training module that includes learning objectives, theory explanation with diagrams descriptions, step-by-step procedures, common mistakes to avoid, and hands-on exercises. Include safety precautions and tool requirements throughout."
      }
    ]
  }
}