Update EvaluationResponse

- Remove deprecation from EvaluationResponse's constructor as it is still being used

Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
This commit is contained in:
Ilayaperumal Gopinathan
2025-04-28 14:20:24 +01:00
parent c726005a5b
commit 35ed49bf24

View File

@@ -29,7 +29,6 @@ public class EvaluationResponse {
private final Map<String, Object> metadata;
@Deprecated
public EvaluationResponse(boolean pass, float score, String feedback, Map<String, Object> metadata) {
this.pass = pass;
this.score = score;