"#Import get pass to revire the contents as a hidden input field\n",
"from getpass import getpass as secret\n",
"\n",
"# Step 2: Make the messages list\n",
"system_prompt = \"You are a professional technical writer that is tasked with reviewing the contents of emails \\\n",
"and provide appropriate and impactful subject line for the email, ignoring and personal identifable infromation and text that might be a signature or navigation related. \\\n",
"Respond in markdown.\"\n",
"\n",
"messages = [] # fill this in\n",
"# Read email body as input from user:\n",
"email_body = secret(\"Please enter contents of the email to be analysed: \\n\")\n",