mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Small updates to the code formatting
This commit is contained in:
@@ -101,7 +101,6 @@ class Agent(BaseModel):
|
||||
)["output"]
|
||||
|
||||
def set_cache_handler(self, cache_handler) -> None:
|
||||
print(f"cache_handler: {cache_handler}")
|
||||
self.cache_handler = cache_handler
|
||||
self.tools_handler = ToolsHandler(cache=self.cache_handler)
|
||||
self.__create_agent_executor()
|
||||
|
||||
Reference in New Issue
Block a user