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: sdk/openai/azure-ai-openai-assistants/src/main/java/com/azure/ai/openai/assistants/implementation/AssistantsClientImpl.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4560,7 +4560,7 @@ public Response<BinaryData> listFilesWithResponse(RequestOptions requestOptions)
4560
4560
* }
4561
4561
* </pre>
4562
4562
*
4563
-
* @param uploadFileRequest The uploadFileRequest parameter.
4563
+
* @param uploadFileRequest The file data to upload and its purpose.
4564
4564
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
4565
4565
* @throws HttpResponseException thrown if the request is rejected by server.
4566
4566
* @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
4597
4597
* }
4598
4598
* </pre>
4599
4599
*
4600
-
* @param uploadFileRequest The uploadFileRequest parameter.
4600
+
* @param uploadFileRequest The file data to upload and its purpose.
4601
4601
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
4602
4602
* @throws HttpResponseException thrown if the request is rejected by server.
4603
4603
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
0 commit comments