VisionScout / safety_templates.py
DawnC's picture
Upload 27 files
3172319 verified
raw
history blame
199 Bytes
SAFETY_TEMPLATES = {
"general": "Pay attention to {safety_element}.",
"warning": "Be cautious of {hazard} in this environment.",
"notice": "Note the presence of {element_of_interest}."
}