We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57c4f7 commit 351d4f1Copy full SHA for 351d4f1
ldai/providers/types.py
@@ -76,9 +76,9 @@ class JudgeResponse:
76
"""
77
Response from a judge evaluation containing scores and reasoning for multiple metrics.
78
79
- judge_config_key: Optional[str] = None # The key of the judge configuration that was used to generate this response
80
evals: Dict[str, EvalScore] # Dictionary where keys are metric names and values contain score and reasoning
81
success: bool # Whether the evaluation completed successfully
+ judge_config_key: Optional[str] = None # The key of the judge configuration that was used to generate this response
82
error: Optional[str] = None # Error message if evaluation failed
83
84
def to_dict(self) -> Dict[str, Any]:
0 commit comments