RiskAssessment
Defined in: types.ts:286
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
decision |
Decision |
- | types.ts:288 |
deterministic? |
DeterministicVerdict |
Present on AI-sourced assessments: what the rules engine concluded on the same signals. The AI can only ever be stricter than this verdict. | types.ts:296 |
reasons |
string[] |
- | types.ts:290 |
recommendedAction |
string |
- | types.ts:291 |
risk |
RiskLevel |
- | types.ts:287 |
source |
"rules" | "ai" |
- | types.ts:293 |
suggestedAlternatives? |
string[] |
- | types.ts:292 |
summary |
string |
- | types.ts:289 |