Updating logs and preparing new version

This commit is contained in:
João Moura
2024-09-24 23:55:12 -03:00
parent e91ac4c5ad
commit 8001314718
3 changed files with 7 additions and 6 deletions

View File

@@ -80,7 +80,6 @@ class ToolUsage:
def parse(self, tool_string: str):
"""Parse the tool string and return the tool calling."""
print("tool_string", tool_string)
return self._tool_calling(tool_string)
def use(