{
  "value": "technical_knowledge_simplifier",
  "label": "Simplify Technical Information",
  "description": "Convert complex technical manuals or procedures into easy field reference guides. Paste technical content and the AI will create simplified step-by-step instructions with tips and warnings for field technicians.",
  "name": "Technical Simplifier",
  "category": "Field Services",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Take the technical information I provide and create a simplified field guide. Include: purpose and when to use this procedure, required tools and safety equipment, step-by-step instructions with simple language, visual cues to look for at each step, common mistakes and how to avoid them, troubleshooting tips for when things go wrong, and quick reference checklist. Make it practical for technicians to use on-site with dirty hands or limited time."
      }
    ]
  }
}