langtest.utils.hf_utils.clean_input# clean_input(example: str) → str# Clean and format input example. Parameters: example (str) – The input example to be cleaned. Returns: The cleaned and formatted input example. Return type: str