diff --git a/src/data_shield/inputs.py b/src/data_shield/inputs.py index 85b237a..8059cac 100644 --- a/src/data_shield/inputs.py +++ b/src/data_shield/inputs.py @@ -51,6 +51,7 @@ class FunctionInputs(AutomateBase): ) strict_mode: bool = Field( + title="Case Sensitivity Strict Mode", default=False, description="If checked, matching is case-sensitive. If unchecked, case-insensitive." )