mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: default tool calling behaviour
This commit is contained in:
@@ -56,7 +56,7 @@ class Tools:
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
# Add your custom tools using pure Python code here, make sure to add type hints
|
||||
# Add your custom tools using pure Python code here, make sure to add type hints and descriptions
|
||||
|
||||
def get_user_name_and_email_and_id(self, __user__: dict = {}) -> str:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user