mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
Add initialization for 'result' variable in ToolUsage class to resolve type-checker warnings
This commit is contained in:
@@ -168,6 +168,7 @@ class ToolUsage:
|
|||||||
|
|
||||||
started_at = time.time()
|
started_at = time.time()
|
||||||
from_cache = False
|
from_cache = False
|
||||||
|
result = None # type: ignore
|
||||||
|
|
||||||
if self.tools_handler and self.tools_handler.cache:
|
if self.tools_handler and self.tools_handler.cache:
|
||||||
result = self.tools_handler.cache.read(
|
result = self.tools_handler.cache.read(
|
||||||
|
|||||||
Reference in New Issue
Block a user