{
  "value": "bug_report_template_creator",
  "label": "Create Bug Report Templates",
  "description": "Generate structured bug report templates. Describe your system and common issues to receive comprehensive bug reporting templates.",
  "name": "Bug Report Templates",
  "category": "Engineering",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a bug report template for our engineering team. I'll describe our system and typical issues we encounter. Design a comprehensive template that captures environment details, reproduction steps, expected vs actual behavior, error logs, and impact assessment. Include fields that help developers quickly understand and fix issues. Make it user-friendly for both technical and non-technical reporters."
      }
    ]
  }
}