{
  "value": "regulatory_compliance_report",
  "label": "Generate Regulatory Compliance Reports",
  "description": "This workflow creates comprehensive compliance reports for government regulations. Provide your compliance activities, audit findings, and corrective actions, and the AI will generate professional reports that demonstrate adherence to federal, state, or local requirements.",
  "name": "Compliance Report",
  "category": "Public Sector",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a regulatory compliance report following government standards. Include executive summary of compliance status. Detail compliance requirements and how each is met. Document any findings or deficiencies with severity levels. Describe corrective actions taken with timelines and responsible parties. Include supporting evidence and documentation references. Show trend analysis and continuous improvement efforts. Address any areas of concern transparently. Conclude with attestation statement and next review date. Use formal tone with precise regulatory language."
      }
    ]
  }
}