Skip to content

Commit 446acaf

Browse files
committed
chore: improve llm instructions
1 parent 4f41e7a commit 446acaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
{ role: "system", content: "You are an assistant with only one task." },
3636
{ role: "system", content: "The task: find the caller's phone number from a voicemail email." },
3737
{ 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." },
38+
{ role: "system", content: "Be careful not to confuse the caller's phone number with the called one." },
3939
{ role: "system", content: "You MUST reply with only the caller number." },
4040
{ role: "user", content: emailSubject },
4141
],

0 commit comments

Comments
 (0)