Skip to content

Commit 0b9846b

Browse files
committed
fix typo in code example
Signed-off-by: gnl00 <[email protected]>
1 parent 0c96873 commit 0b9846b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentic-patterns/evaluator-optimizer/src/main/java/com/example/agentic/EvaluatorOptimizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ private Generation generate(String task, String context) {
273273
* (PASS/NEEDS_IMPROVEMENT/FAIL)
274274
* and detailed feedback for improvement
275275
*/
276-
private EvaluationResponse evalute(String content, String task) {
276+
private EvaluationResponse evaluate(String content, String task) {
277277

278278
EvaluationResponse evaluationResponse = chatClient.prompt()
279279
.user(u -> u.text("{prompt}\nOriginal task: {task}\nContent to evaluate: {content}")

0 commit comments

Comments
 (0)