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
+5
View File
@@ -37,6 +37,11 @@ class GitHubTool(BaseTool):
self.logger.addHandler(file_handler)
self.logger.addHandler(console_handler)
def clear(self):
if (self.current_branch != "main"):
self._set_current_branch("main")
pass
def get_functions(self):
return [
{