This commit is contained in:
Timothy J. Baek 2024-06-11 14:36:46 -07:00
parent 9bd054490f
commit c3ce4d7f6a

View File

@ -25,7 +25,7 @@ class Tools:
Get the user name, Email and ID from the user object.
"""
# Do not include :param for __user__ in the docstring as it should not be shown in the tool's documentation
# Do not include :param for __user__ in the docstring as it should not be shown in the tool's specification
# The session user object will be passed as a parameter when the function is called
print(__user__)