We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ae1f1 commit 0902602Copy full SHA for 0902602
eval_protocol/models.py
@@ -550,7 +550,7 @@ class MetricResult(BaseModel):
550
"""
551
552
is_score_valid: bool = True
553
- score: float = Field(..., ge=0.0, le=1.0)
+ score: float = Field(..., description="The score for this metric.")
554
reason: str
555
data: Dict[str, Any] = Field(default_factory=dict, description="Optional extra metric data for debugging.")
556
0 commit comments