diff --git a/examples/agent_patterns/llm_as_a_judge.py b/examples/agent_patterns/llm_as_a_judge.py index c639a4d60..81dec7501 100644 --- a/examples/agent_patterns/llm_as_a_judge.py +++ b/examples/agent_patterns/llm_as_a_judge.py @@ -32,7 +32,7 @@ class EvaluationFeedback: instructions=( "You evaluate a story outline and decide if it's good enough." "If it's not good enough, you provide feedback on what needs to be improved." - "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" + "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" ), output_type=EvaluationFeedback, )