You've already forked HR-atlase-vertesana
Import UAPF package
35 lines
725 B
YAML
35 lines
725 B
YAML
kind: uapf.guardrails
|
|
id: guardrails.openhr.candidate-evaluation
|
|
version: 0.1.1
|
|
rules:
|
|
- id: human-decision-required
|
|
effect: require
|
|
action: authorized_hr_human_review
|
|
- id: no-automatic-rejection
|
|
effect: deny
|
|
action: automatic_rejection
|
|
- id: no-automatic-hiring
|
|
effect: deny
|
|
action: automatic_hiring
|
|
- id: no-automatic-shortlisting
|
|
effect: deny
|
|
action: automatic_shortlisting
|
|
- id: protected-attributes-excluded
|
|
effect: deny
|
|
inputs:
|
|
- birthDate
|
|
- gender
|
|
- nationality
|
|
- photo
|
|
- familyStatus
|
|
- ethnicity
|
|
- religion
|
|
- politicalOpinion
|
|
- sexualOrientation
|
|
- healthData
|
|
- id: low-confidence-human-review
|
|
effect: require
|
|
when:
|
|
confidenceBelow: 0.7
|
|
action: enhanced_human_review
|