Skip to content

Commit e4f7475

Browse files
justusmattern27samsja
authored andcommitted
fix: correct key in registy for code understanding task
1 parent 0cf075a commit e4f7475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/genesys/verifiers/registry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"verifiable_code": CodeVerifier,
88
"verifiable_math": MathVerifier,
99
"llm_judgeable_groundtruth_similarity": LlmJudgeVerifier,
10-
"verifiable_code_understanding": CodeUnderstandingVerifier,
10+
"code_output_prediction": CodeUnderstandingVerifier,
1111
}

0 commit comments

Comments
 (0)