From e71212edbe982a21fd77df2e2fbc393b4e6d54f3 Mon Sep 17 00:00:00 2001 From: Pratyush Shukla Date: Wed, 5 Feb 2025 00:32:21 +0530 Subject: [PATCH] remove `error` attribute from `logs` --- src/crewai/tools/tool_usage.py | 1 - 1 file changed, 1 deletion(-) 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,