We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2582bfd commit 457503bCopy full SHA for 457503b
sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/services/OpenAiServiceV2.java
@@ -53,6 +53,7 @@ public OpenAiChatCompletionResponse chatCompletion(@Nonnull final String prompt)
53
/**
54
* Asynchronous stream of an OpenAI chat request
55
*
56
+ * @param message The message to send to the assistant
57
* @return the emitter that streams the assistant message response
58
*/
59
@Nonnull
@@ -66,6 +67,7 @@ public Stream<OpenAiChatCompletionDelta> streamChatCompletionDeltas(
66
67
68
69
70
71
72
73
0 commit comments