---------------------------------------------------------------------- This is the API documentation for the gdtest_minimal library. ---------------------------------------------------------------------- ## Functions Utility functions add(a: int, b: int) -> int Add two numbers. Parameters ---------- a First number. b Second number. Returns ------- int The sum of a and b. greet(name: str) -> str Greet someone by name. Parameters ---------- name The name of the person to greet. Returns ------- str A greeting string.