mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
More type checking fixes
This commit is contained in:
@@ -170,8 +170,6 @@ class ToolUsage:
|
||||
started_at = time.time()
|
||||
from_cache = False
|
||||
|
||||
result: str | None = None
|
||||
# check if cache is available
|
||||
if self.tools_handler and self.tools_handler.cache:
|
||||
result = self.tools_handler.cache.read(
|
||||
tool=calling.tool_name, input=calling.arguments
|
||||
|
||||
Reference in New Issue
Block a user