You've already forked HR-atlase-vertesana
Import UAPF package
Import UAPF package: HR-atlase-vertesana-ProcessGit-v0.1.1.uapf
This commit is contained in:
34
resources/guardrails.yaml
Normal file
34
resources/guardrails.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
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
|
||||
Reference in New Issue
Block a user