mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 16:22:49 +00:00
Fix crew_test issues with function calling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user