Fix crew_test issues with function calling

This commit is contained in:
Brandon Hancock
2025-01-09 11:11:21 -05:00
parent 0dc2582ce1
commit 6ad314af8c
5 changed files with 107 additions and 3905 deletions

View File

@@ -348,8 +348,7 @@ class ToolUsage:
tool = self._select_tool(tool_name)
try:
arguments = self._validate_tool_input(self.action.tool_input)
print("Arguments:", arguments)
print("Arguments type:", type(arguments))
except Exception:
if raise_error:
raise