File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
sdk/openai/azure-ai-openai
src/main/java/com/azure/ai/openai/implementation Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 11directory : specification/cognitiveservices/OpenAI.Inference
2- additionalDirectories :
3- - specification/cognitiveservices/OpenAI.Authoring
4- commit : 1873aba404990976cddd425ebb54b72b58e56c23
2+ commit : 3e8fefbe9c0238592c4a54563baa1bd03e633eb1
53repo : Azure/azure-rest-api-specs
4+ additionalDirectories :
You can’t perform that action at this time.
0 commit comments