Skip to content

Commit f820f24

Browse files
committed
add @SInCE
1 parent eea5641 commit f820f24

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public OpenAiClient withSystemPrompt(@Nonnull final String systemPrompt) {
135135
*
136136
* @param customHeader the custom header to add
137137
* @return a new client.
138+
* @since 1.11.0
138139
*/
139140
@Beta
140141
@Nonnull
@@ -150,6 +151,7 @@ public OpenAiClient withHeader(@Nonnull final Header customHeader) {
150151
* @param key the key of the custom header to add
151152
* @param value the value of the custom header to add
152153
* @return a new client.
154+
* @since 1.11.0
153155
*/
154156
@Beta
155157
@Nonnull

orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ EmbeddingsPostResponse embed(@Nonnull final EmbeddingsPostRequest request)
253253
* @param key the key of the custom header to add
254254
* @param value the value of the custom header to add
255255
* @return a new client.
256+
* @since 1.11.0
256257
*/
257258
@Beta
258259
@Nonnull
@@ -266,6 +267,7 @@ public OrchestrationClient withHeader(@Nonnull final String key, @Nonnull final
266267
*
267268
* @param customHeader the custom header to add
268269
* @return a new client.
270+
* @since 1.11.0
269271
*/
270272
@Beta
271273
@Nonnull

0 commit comments

Comments
 (0)