{
  "value": "job_description_creator",
  "label": "Create Job Description",
  "description": "Generate comprehensive job descriptions from basic requirements. Provide the role title, key responsibilities, and team context. The AI will create a complete job description with qualifications, competencies, and compelling employer branding.",
  "name": "Job Description",
  "category": "HR",
  "type": "Business Department",
  "config": {
    "temperature": 30,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a job description for the position I describe. Include: engaging job title and summary, key responsibilities (5-7 bullet points), required qualifications and experience, preferred skills and certifications, reporting structure and team dynamics, growth opportunities in the role, company culture and benefits highlights, and equal opportunity statement. Make it appealing to top candidates while being realistic about expectations. Use inclusive language that attracts diverse applicants."
      }
    ]
  }
}