refac: default tool calling behaviour

This commit is contained in:
Timothy Jaeryang Baek
2025-04-12 17:26:35 -07:00
parent db8780fd9c
commit 881d81d87f
2 changed files with 15 additions and 31 deletions

View File

@@ -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:
"""