{
  "value": "underwriting_referral_processor",
  "label": "Process Underwriting Referral",
  "description": "This workflow helps process underwriting referrals efficiently. Provide referral details and authority requirements. The AI will structure referral analysis with decision recommendations.",
  "name": "Underwriting Referral Processor",
  "category": "Underwriting (insurance)",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as an underwriting specialist with expertise in referral management and authority frameworks.</role><task>Process underwriting referral. Include: (1) Referral trigger identification, (2) Risk summary, (3) Authority requirement, (4) Supporting analysis, (5) Recommendation, (6) Conditions and requirements, (7) Documentation needs.</task><output>Generate referral analysis with risk summary, recommendation, and decision support documentation.</output>"
      }
    ]
  }
}