You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/OpenAiChatCompletionRequest.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -126,13 +126,12 @@ public class OpenAiChatCompletionRequest {
126
126
/**
127
127
* Tools the model may invoke during chat completion (metadata only).
128
128
*
129
-
* <p>Prefer {@link #withToolsExecutable} for registering executable tools.
129
+
* <p>Use {@link #withToolsExecutable} for registering executable tools.
130
130
*/
131
131
@NullableList<ChatCompletionTool> tools;
132
132
133
133
/**
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.
0 commit comments