Skip to content

Commit

Permalink
Fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesDuboisSAP committed Sep 4, 2024
1 parent 77eb464 commit 488f060
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.sap.ai.sdk.foundationmodels.openai.model;

import javax.annotation.Nonnull;
import javax.annotation.Nullable;

/**
Expand All @@ -20,7 +21,7 @@ public interface StreamedDelta {
*
* @return the message content or empty string.
*/
@Nullable
@Nonnull
String getDeltaContent();

/**
Expand Down

0 comments on commit 488f060

Please sign in to comment.