Skip to content

Commit 2452d32

Browse files
committed
Formatting
1 parent 789d7d3 commit 2452d32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ public class OpenAiChatCompletionRequest {
131131
@Nullable List<ChatCompletionTool> tools;
132132

133133
/**
134-
* Tools the model may invoke during chat completion that are also executable at application runtime.
134+
* Tools the model may invoke during chat completion that are also executable at application
135+
* runtime.
135136
*
136137
* @since 1.8.0
137138
*/

0 commit comments

Comments
 (0)