{
  "value": "troubleshooting_guide_creator",
  "label": "Create Troubleshooting Guides",
  "description": "Develop systematic troubleshooting guides for electronic devices. Describe common issues and symptoms to generate step-by-step diagnostic procedures with solutions.",
  "name": "Troubleshooting Guide",
  "category": "Computers Electronics",
  "type": "Industry",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a troubleshooting guide for an electronic device or system. I'll describe the product and common problems users face. Generate a systematic guide with problem symptoms, probable causes ranked by likelihood, and step-by-step diagnostic procedures. Include both basic checks users can do and advanced diagnostics for technicians. Add required tools, safety warnings, and when to seek professional help."
      }
    ]
  }
}