---------------------------------------------------------------------- This is the API documentation for the gdtest_skill_disabled library. ---------------------------------------------------------------------- ## Functions Public functions greet(name: str) -> str Return a greeting. Parameters ---------- name The name to greet. Returns ------- str A greeting string. farewell(name: str) -> str Return a farewell. Parameters ---------- name The name to bid farewell. Returns ------- str A farewell string.