mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 23:07:11 +00:00
@@ -47,3 +47,7 @@ class ReversibleAnonymizerBase(AnonymizerBase):
|
||||
deanonymizer_matching_strategy: Callable[[str, MappingDataType], str],
|
||||
) -> str:
|
||||
"""Abstract method to deanonymize text"""
|
||||
|
||||
@abstractmethod
|
||||
def reset_deanonymizer_mapping(self) -> None:
|
||||
"""Abstract method to reset deanonymizer mapping"""
|
||||
|
Reference in New Issue
Block a user