Skip to content

Commit f616263

Browse files
Update foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/OpenAiChatCompletionResponse.java
Co-authored-by: Charles Dubois <[email protected]>
1 parent 26b7dae commit f616263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/OpenAiChatCompletionResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public String getContent() {
6767
}
6868

6969
/**
70-
* Gets the {@code OpenAiAssistantMessage} for the first choice in response. *
70+
* Gets the {@code OpenAiAssistantMessage} for the first choice.
7171
*
7272
* @return the assistant message
7373
* @throws OpenAiClientException if the content is filtered by the content filter

0 commit comments

Comments
 (0)