return list

This commit is contained in:
2025-10-24 17:19:58 +08:00
parent c5a6583d80
commit c81a4ed6d4
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ class Validator:
# NOTE: Need to register function here
self.dict_corr_map = {
"Toxic Queries" : self.Toxic_Queries_correct
"Toxic Queries" : [self.Toxic_Queries_correct]
}
# NOTE: Need to register function here