{
  "value": "underwriting_decision_memo",
  "label": "Draft Underwriting Decision Memo",
  "description": "Create detailed decision documentation for insurance applications. Provide risk analysis and pricing rationale.",
  "name": "Decision Memo",
  "category": "Underwriting (insurance)",
  "type": "Business Department",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Draft an underwriting decision memo. I'll provide the risk analysis, pricing calculations, and coverage considerations. Create a professional memo documenting the decision rationale, key risk factors evaluated, pricing justification, and any special terms or conditions. Include peer comparisons, profitability projections, and compliance considerations. Structure it clearly for audit trail and peer review purposes."
      }
    ]
  }
}