Removed image, added clear implementation to github_tool and log_tool

This commit is contained in:
2024-08-18 09:19:29 -05:00
parent 3d521f4790
commit a283f7dde9
3 changed files with 11 additions and 26 deletions
+3
View File
@@ -28,6 +28,9 @@ class LogTool(BaseTool):
self.logger.addHandler(file_handler)
self.logger.addHandler(console_handler)
def clear(self):
pass
def get_functions(self):
return [
{