Skip to content

Commit d00a69a

Browse files
author
SDKAuto
committed
CodeGen from PR 33693 in Azure/azure-rest-api-specs
Merge c57fa578ee2430cf240b8e124b5ba4648dac74cf into b0a48bcbffead733affe03944ef09f5e8d12f8c8
1 parent 4cbf7a5 commit d00a69a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

sdk/openai/azure-ai-openai/src/main/java/com/azure/ai/openai/implementation/OpenAIClientImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,7 +2473,7 @@ public Response<BinaryData> listFilesWithResponse(RequestOptions requestOptions)
24732473
* }
24742474
* </pre>
24752475
*
2476-
* @param uploadFileRequest The uploadFileRequest parameter.
2476+
* @param uploadFileRequest The file and its purpose to upload.
24772477
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
24782478
* @throws HttpResponseException thrown if the request is rejected by server.
24792479
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
@@ -2510,7 +2510,7 @@ public Mono<Response<BinaryData>> uploadFileWithResponseAsync(BinaryData uploadF
25102510
* }
25112511
* </pre>
25122512
*
2513-
* @param uploadFileRequest The uploadFileRequest parameter.
2513+
* @param uploadFileRequest The file and its purpose to upload.
25142514
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
25152515
* @throws HttpResponseException thrown if the request is rejected by server.
25162516
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
directory: specification/cognitiveservices/OpenAI.Inference
2-
additionalDirectories:
3-
- specification/cognitiveservices/OpenAI.Authoring
4-
commit: 1873aba404990976cddd425ebb54b72b58e56c23
2+
commit: 3e8fefbe9c0238592c4a54563baa1bd03e633eb1
53
repo: Azure/azure-rest-api-specs
4+
additionalDirectories:

0 commit comments

Comments
 (0)