| { | |
| "inputs": { | |
| "documents": "text", | |
| "images": "vision", | |
| "policy_context": "json", | |
| "historical_context": "json" | |
| }, | |
| "outputs": { | |
| "decision": "approve | reject | escalate", | |
| "confidence": "0.0-1.0", | |
| "rationale": "string", | |
| "risk_signals": ["string"] | |
| }, | |
| "constraints": [ | |
| "No auto-approval if fraud_flag = true", | |
| "Escalate if confidence < 0.6" | |
| ] | |
| } | |