diff --git a/src/crewai/tools/tool_usage.py b/src/crewai/tools/tool_usage.py index 71c0741ef..c328c69d0 100644 --- a/src/crewai/tools/tool_usage.py +++ b/src/crewai/tools/tool_usage.py @@ -224,7 +224,6 @@ class ToolUsage: "tool_string": tool_string, "tool": tool, "tool_calling": calling, - "error": error, "run_attempts": self._run_attempts, "llm": self.function_calling_llm, "task": self.task,