Skip to content

Commit cdfb1eb

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4560,7 +4560,7 @@ public Response<BinaryData> listFilesWithResponse(RequestOptions requestOptions)
45604560
* }
45614561
* </pre>
45624562
*
4563-
* @param uploadFileRequest The uploadFileRequest parameter.
4563+
* @param uploadFileRequest The file data to upload and its purpose.
45644564
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
45654565
* @throws HttpResponseException thrown if the request is rejected by server.
45664566
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
@@ -4597,7 +4597,7 @@ public Mono<Response<BinaryData>> uploadFileWithResponseAsync(BinaryData uploadF
45974597
* }
45984598
* </pre>
45994599
*
4600-
* @param uploadFileRequest The uploadFileRequest parameter.
4600+
* @param uploadFileRequest The file data to upload and its purpose.
46014601
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
46024602
* @throws HttpResponseException thrown if the request is rejected by server.
46034603
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
directory: specification/ai/OpenAI.Assistants
2-
commit: 6f175c9c006269a1d0f1928fbc768cacc6ac379a
2+
commit: 3e8fefbe9c0238592c4a54563baa1bd03e633eb1
33
repo: Azure/azure-rest-api-specs
4+
additionalDirectories:

0 commit comments

Comments
 (0)