This commit is contained in:
Timothy J. Baek 2024-06-11 10:43:36 -07:00
parent 4944824544
commit dc82e681dd

View File

@ -26,7 +26,7 @@ class Tools:
""" """
# 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 documentation
# The user object will be passed as a parameter when the function is called # The session user object will be passed as a parameter when the function is called
print(__user__) print(__user__)
result = "" result = ""