Extracted developer prompt and fixed log tool file location

This commit is contained in:
2024-08-17 17:53:25 -05:00
parent 76b4dce472
commit 27048302db
4 changed files with 25 additions and 44 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class LogTool(BaseTool):
return error_message
def _get_log_contents(self, line_count=None):
log_file_path = 'tools/tool_output.log'
log_file_path = 'logs/output.log'
if not os.path.exists(log_file_path):
error_message = "Log file does not exist."