Generic type hints should be supported, or at minimum the documentation should clearly state which types are supported. The Tools documentation shows an example using tuple[float, float], which ...