We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f41e7a commit 446acafCopy full SHA for 446acaf
src/index.ts
@@ -35,7 +35,7 @@ export default {
35
{ role: "system", content: "You are an assistant with only one task." },
36
{ role: "system", content: "The task: find the caller's phone number from a voicemail email." },
37
{ role: "system", content: "You will receive the voicemail as unique input." },
38
- { role: "system", content: "Be careful not to confuse the caller's phone number with the number of the called party." },
+ { role: "system", content: "Be careful not to confuse the caller's phone number with the called one." },
39
{ role: "system", content: "You MUST reply with only the caller number." },
40
{ role: "user", content: emailSubject },
41
],
0 commit comments