# viet-robot-please-detector A micro helper that detects whether a Vietnamese command contains common polite words such as: - "vui lòng" - "làm ơn" - "giúp" - "được không" - "nhé" Function: ```python contains_polite_word(text: str) -> bool ``` returns `True` if at least one of these phrases appears (case-insensitive). ## License MIT