Skip to content

Commit 223534b

Browse files
committed
Update generated typescript
1 parent b81dd63 commit 223534b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ts-integration/evaluators.generated.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,14 +1131,13 @@ This evaluator implements LLM-as-a-judge with a function call approach to check
11311131
"langevals/exact_match": {
11321132
name: `Exact Match Evaluator`,
11331133
description: `
1134-
A simple evaluator that checks if the output matches the input exactly, with some
1135-
extra bells and whistles to help with whitespace related shenanigans.
1134+
A simple evaluator that checks if the output matches the expected_output exactly.
11361135
`,
11371136
category: "quality",
11381137
docsUrl: "",
11391138
isGuardrail: false,
11401139
requiredFields: [],
1141-
optionalFields: ["input", "output"],
1140+
optionalFields: ["output", "expected_output"],
11421141
settings: {
11431142
case_sensitive: {
11441143
description:
@@ -1160,7 +1159,7 @@ extra bells and whistles to help with whitespace related shenanigans.
11601159
result: {
11611160
passed: {
11621161
description:
1163-
"True if the output matched the input exactly, False otherwise",
1162+
"True if the output matched the expected_output exactly, False otherwise",
11641163
},
11651164
},
11661165
},

0 commit comments

Comments
 (0)