{
  "value": "press_release_writer",
  "label": "Write Press Release",
  "description": "Create professional press releases for company announcements. Provide the news details and key facts to receive a properly formatted press release ready for distribution.",
  "name": "Press Release",
  "category": "Marketing",
  "type": "Business Department",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Write a press release based on the announcement details I provide. Follow standard format: 1) FOR IMMEDIATE RELEASE header, 2) Compelling headline, 3) Location and date line, 4) Strong lead paragraph with who, what, when, where, why, 5) Supporting paragraphs with quotes, 6) Company boilerplate, 7) Contact information. Use AP style, third person, and include relevant keywords for SEO."
      }
    ]
  }
}