{
  "value": "policy_summary_creator",
  "label": "Summarize HR Policies",
  "description": "Convert lengthy HR policies into digestible summaries for employees. Paste the full policy text. The AI will create a clear summary with key points, examples, and FAQs that employees will actually read and understand.",
  "name": "Policy Summary",
  "category": "HR",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Summarize the HR policy I provide into an employee-friendly format. Include: one-paragraph overview of why this policy matters, key rules in simple bullet points, real-world examples of dos and don'ts, step-by-step process for common scenarios, frequently asked questions with clear answers, and who to contact for help. Use conversational language and avoid legal jargon. Make it easy for employees to understand and follow the policy."
      }
    ]
  }
}