remove error attribute from logs

This commit is contained in:
Pratyush Shukla
2025-02-05 00:32:21 +05:30
parent b06c81da6d
commit e71212edbe

View File

@@ -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,