Skip to content

Commit 351d4f1

Browse files
committed
fixes
1 parent d57c4f7 commit 351d4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldai/providers/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ class JudgeResponse:
7676
"""
7777
Response from a judge evaluation containing scores and reasoning for multiple metrics.
7878
"""
79-
judge_config_key: Optional[str] = None # The key of the judge configuration that was used to generate this response
8079
evals: Dict[str, EvalScore] # Dictionary where keys are metric names and values contain score and reasoning
8180
success: bool # Whether the evaluation completed successfully
81+
judge_config_key: Optional[str] = None # The key of the judge configuration that was used to generate this response
8282
error: Optional[str] = None # Error message if evaluation failed
8383

8484
def to_dict(self) -> Dict[str, Any]:

0 commit comments

Comments
 (0)