(self, message, dataset=None)
| 44 | |
| 45 | @abstractmethod |
| 46 | def generate_inner(self, message, dataset=None): |
| 47 | raise NotImplementedError |
| 48 | |
| 49 | def check_content(self, msgs): |
| 50 | """Check the content type of the input. Four types are allowed: str, dict, liststr, listdict. |