Thanks to visit codestin.com Credit goes to github.com
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 38c5235 commit c078c69Copy full SHA for c078c69
examples/agent_patterns/llm_as_a_judge.py
@@ -32,7 +32,7 @@ class EvaluationFeedback:
32
instructions=(
33
"You evaluate a story outline and decide if it's good enough."
34
"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"
+ "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"
36
),
37
output_type=EvaluationFeedback,
38
)
0 commit comments