Skip to content

Commit 789d7d3

Browse files
committed
minor fix
1 parent 05ea1bd commit 789d7d3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,12 @@ public class OpenAiChatCompletionRequest {
126126
/**
127127
* Tools the model may invoke during chat completion (metadata only).
128128
*
129-
* <p>Prefer {@link #withToolsExecutable} for registering executable tools.
129+
* <p>Use {@link #withToolsExecutable} for registering executable tools.
130130
*/
131131
@Nullable List<ChatCompletionTool> tools;
132132

133133
/**
134-
* Tools the model may invoke during chat completion that are also executable at runtime of the
135-
* application.
134+
* Tools the model may invoke during chat completion that are also executable at application runtime.
136135
*
137136
* @since 1.8.0
138137
*/

0 commit comments

Comments
 (0)