{
  "value": "physician_communication_drafter",
  "label": "Draft Physician Communications",
  "description": "This workflow creates professional communications for healthcare providers about drug updates, safety information, or clinical data. Input the key message, supporting data, and required actions, and the AI will draft clear, compliant letters following pharmaceutical industry standards.",
  "name": "Physician Letter",
  "category": "Pharmaceuticals",
  "type": "Industry",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Draft a professional communication to physicians about this pharmaceutical update. Start with the key message in the first paragraph. Present supporting clinical data clearly with appropriate context. Explain practical implications for patient care. Include specific action items or recommendations. Maintain a professional, peer-to-peer tone. Ensure fair balance between benefits and risks. Close with resources for additional information and medical information contact details. Format for easy scanning with clear headings."
      }
    ]
  }
}