rohankaran commited on
Commit
97fb0a8
1 Parent(s): 9e4f6bf

Update data detection rule in chatbot output configuration

Browse files

The configuration file for the chatbot's interaction was modified, changing the rule from 'mask sensitive data on output' to 'detect sensitive data on output'. This allows for more active tracking and recognition of potential sensitivity issues during user-bot interactions.

Files changed (1) hide show
  1. nemoguardrails_config/config.yml +1 -1
nemoguardrails_config/config.yml CHANGED
@@ -33,4 +33,4 @@ rails:
33
  output:
34
  flows:
35
  - self check output
36
- - mask sensitive data on output
 
33
  output:
34
  flows:
35
  - self check output
36
+ - detect sensitive data on output