SensitiveDataDetection#

class nemo_microservices.types.shared_params.SensitiveDataDetection

Bases: TypedDict

input: SensitiveDataDetectionOptions

Configuration of the entities to be detected on the user input.

output: SensitiveDataDetectionOptions

Configuration of the entities to be detected on the bot output.

recognizers: Iterable[object]

Additional custom recognizers.

Check out https://microsoft.github.io/presidio/tutorial/08_no_code/ for more details.

retrieval: SensitiveDataDetectionOptions

Configuration of the entities to be detected on retrieved relevant chunks.