Extracted developer prompt and fixed log tool file location
This commit is contained in:
+1
-1
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user