mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-07 02:02:35 +00:00
remove error attribute from logs
This commit is contained in:
@@ -224,7 +224,6 @@ class ToolUsage:
|
|||||||
"tool_string": tool_string,
|
"tool_string": tool_string,
|
||||||
"tool": tool,
|
"tool": tool,
|
||||||
"tool_calling": calling,
|
"tool_calling": calling,
|
||||||
"error": error,
|
|
||||||
"run_attempts": self._run_attempts,
|
"run_attempts": self._run_attempts,
|
||||||
"llm": self.function_calling_llm,
|
"llm": self.function_calling_llm,
|
||||||
"task": self.task,
|
"task": self.task,
|
||||||
|
|||||||
Reference in New Issue
Block a user