Skip to content

Commit 35ed49b

Browse files
committed
Update EvaluationResponse
- Remove deprecation from EvaluationResponse's constructor as it is still being used Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
1 parent c726005 commit 35ed49b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-ai-client-chat/src/main/java/org/springframework/ai/evaluation/EvaluationResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public class EvaluationResponse {
2929

3030
private final Map<String, Object> metadata;
3131

32-
@Deprecated
3332
public EvaluationResponse(boolean pass, float score, String feedback, Map<String, Object> metadata) {
3433
this.pass = pass;
3534
this.score = score;

0 commit comments

Comments
 (0)