Skip to content

Commit 457503b

Browse files
committed
Fix more checkstyle violations
1 parent 2582bfd commit 457503b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/services/OpenAiServiceV2.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public OpenAiChatCompletionResponse chatCompletion(@Nonnull final String prompt)
5353
/**
5454
* Asynchronous stream of an OpenAI chat request
5555
*
56+
* @param message The message to send to the assistant
5657
* @return the emitter that streams the assistant message response
5758
*/
5859
@Nonnull
@@ -66,6 +67,7 @@ public Stream<OpenAiChatCompletionDelta> streamChatCompletionDeltas(
6667
/**
6768
* Asynchronous stream of an OpenAI chat request
6869
*
70+
* @param message The message to send to the assistant
6971
* @return the emitter that streams the assistant message response
7072
*/
7173
@Nonnull

0 commit comments

Comments
 (0)