use enum value when generate hypothesis (#1091)

This commit is contained in:
XianBW
2025-07-18 16:22:34 +08:00
committed by GitHub
parent 88eed1474f
commit f40c1b1df5
@@ -604,7 +604,7 @@ class DSProposalV2ExpGen(ExpGen):
resp_dict = {
h.caption: {
"reason": h.challenge,
"component": h.component,
"component": h.component.value,
"hypothesis": h.hypothesis,
"evaluation": {
"alignment_score": h.evaluation.alignment.score,