More type checking fixes

This commit is contained in:
Brandon Hancock
2025-03-28 15:31:44 -04:00
parent f8f9063d9e
commit 3c9058a45f

View File

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