Small updates to the code formatting

This commit is contained in:
João Moura
2023-12-30 10:53:10 -03:00
parent d6c60f873a
commit f887d9bd79
2 changed files with 34 additions and 38 deletions

View File

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