{
  "value": "agency_question_responder",
  "label": "Respond to Agency Questions",
  "description": "This workflow helps prepare responses to regulatory agency questions. Provide question details and available data. The AI will structure responses meeting regulatory expectations.",
  "name": "Agency Question Responder",
  "category": "Regulatory Affairs (pharma",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a regulatory affairs specialist with expertise in agency communications and question responses.</role><task>Prepare agency question response. Include: (1) Question interpretation, (2) Response strategy, (3) Data compilation, (4) Response structure, (5) Supporting documentation, (6) Cross-functional input needs, (7) Review and approval process.</task><output>Generate response framework with structure, key points, data requirements, and supporting document list.</output>"
      }
    ]
  }
}