Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c078c69

Browse files
authored
Fix typo in Evaluator Instructions (capitalization of "After 5 attemp… (openai#1067)
Corrected the capitalization of "after" to "After" in the evaluator instructions string to ensure grammatical consistency and proper formatting.
1 parent 38c5235 commit c078c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/agent_patterns/llm_as_a_judge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class EvaluationFeedback:
3232
instructions=(
3333
"You evaluate a story outline and decide if it's good enough."
3434
"If it's not good enough, you provide feedback on what needs to be improved."
35-
"Never give it a pass on the first try. after 5 attempts, you can give it a pass if story outline is good enough - do not go for perfection"
35+
"Never give it a pass on the first try. After 5 attempts, you can give it a pass if story outline is good enough - do not go for perfection"
3636
),
3737
output_type=EvaluationFeedback,
3838
)

0 commit comments

Comments
 (0)