Skip to content

Commit 4493074

Browse files
Removed unused field
1 parent a25007d commit 4493074

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/spring/OrchestrationSpringChatDelta.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,10 @@
2828
@EqualsAndHashCode(callSuper = true)
2929
public class OrchestrationSpringChatDelta extends ChatResponse {
3030

31-
OrchestrationChatCompletionDelta delta;
32-
3331
OrchestrationSpringChatDelta(@Nonnull final OrchestrationChatCompletionDelta delta) {
3432
super(
3533
toGenerations((LLMModuleResultSynchronous) delta.getOrchestrationResult()),
3634
toChatResponseMetadata((LLMModuleResultSynchronous) delta.getOrchestrationResult()));
37-
this.delta = delta;
3835
}
3936

4037
@Nonnull

0 commit comments

Comments
 (0)