Skip to content

Commit

Permalink
prompt correct
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinahp committed Apr 23, 2024
1 parent 28ff0d5 commit bfeeb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/email/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function GET(request: NextApiRequest) {
{
role: "system",
content:
"You are a great EMAIL Summarizer. I am going to give you a email body content. I want you to iterate over this, and read, and carefully draft a new question which upon prompting to an AI, will closely write the same email body content in crisp manner as to what does it produce.",
"You are a great EMAIL Summarizer. I am going to give you a email body content. I want you to iterate over this, and read, and carefully draft a summary of the email. Output only the summery no need to do any formatting",
},
{ role: "user", content: snippet },
],
Expand Down

0 comments on commit bfeeb27

Please sign in to comment.