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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user