mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
refac
This commit is contained in:
@@ -25,7 +25,7 @@ class Tools:
|
|||||||
Get the user name, Email and ID from the user object.
|
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
|
# The session user object will be passed as a parameter when the function is called
|
||||||
|
|
||||||
print(__user__)
|
print(__user__)
|
||||||
|
|||||||
Reference in New Issue
Block a user