Skip to content

Commit 7dd1c2c

Browse files
committed
fix prompt
1 parent 4436f47 commit 7dd1c2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pydantic_evals/pydantic_evals/tournament.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<B> Pickled Citrus Ribbon </B>
2727
Expected output:
2828
{
29-
"result": "B",
29+
"response": "B",
3030
}
3131
3232
Example 2:
@@ -35,7 +35,7 @@
3535
<B> climate change effects </B>
3636
Expected output:
3737
{
38-
"result": "A",
38+
"response": "A",
3939
}
4040
4141
Example 3:
@@ -44,7 +44,7 @@
4444
<B> That's an interesting perspective, though I see it differently. </B>
4545
Expected output:
4646
{
47-
"result": "A",
47+
"response": "A",
4848
}
4949
</EXAMPLES>
5050

0 commit comments

Comments
 (0)