{
  "value": "press_release_writer",
  "label": "Write Press Releases",
  "description": "Create newsworthy press releases that get media attention. Input announcement details to generate professional releases that follow journalism standards and capture interest.",
  "name": "Press Release",
  "category": "Marketing Advertising",
  "type": "Industry",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Write a press release. I'll provide the announcement details, key facts, and any quotes from executives. Create a professional press release that includes compelling headline that captures the news value, strong lead paragraph with who/what/when/where/why, supporting details and context, relevant quotes that add human interest, boilerplate about the company, and contact information. Follow AP style and inverted pyramid structure. Make it newsworthy and easy for journalists to use."
      }
    ]
  }
}