diff --git a/sdk/openai/azure-ai-openai/src/main/java/com/azure/ai/openai/implementation/OpenAIClientImpl.java b/sdk/openai/azure-ai-openai/src/main/java/com/azure/ai/openai/implementation/OpenAIClientImpl.java index 9abcd0b21ec1..24f7b21a3dcc 100644 --- a/sdk/openai/azure-ai-openai/src/main/java/com/azure/ai/openai/implementation/OpenAIClientImpl.java +++ b/sdk/openai/azure-ai-openai/src/main/java/com/azure/ai/openai/implementation/OpenAIClientImpl.java @@ -2473,7 +2473,7 @@ public Response listFilesWithResponse(RequestOptions requestOptions) * } * * - * @param uploadFileRequest The uploadFileRequest parameter. + * @param uploadFileRequest The file and its purpose to upload. * @param requestOptions The options to configure the HTTP request before HTTP client sends it. * @throws HttpResponseException thrown if the request is rejected by server. * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. @@ -2510,7 +2510,7 @@ public Mono> uploadFileWithResponseAsync(BinaryData uploadF * } * * - * @param uploadFileRequest The uploadFileRequest parameter. + * @param uploadFileRequest The file and its purpose to upload. * @param requestOptions The options to configure the HTTP request before HTTP client sends it. * @throws HttpResponseException thrown if the request is rejected by server. * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401. diff --git a/sdk/openai/azure-ai-openai/tsp-location.yaml b/sdk/openai/azure-ai-openai/tsp-location.yaml index 81a27abc2930..171e6190b809 100644 --- a/sdk/openai/azure-ai-openai/tsp-location.yaml +++ b/sdk/openai/azure-ai-openai/tsp-location.yaml @@ -1,5 +1,4 @@ directory: specification/cognitiveservices/OpenAI.Inference -additionalDirectories: - - specification/cognitiveservices/OpenAI.Authoring -commit: 1873aba404990976cddd425ebb54b72b58e56c23 +commit: 3e8fefbe9c0238592c4a54563baa1bd03e633eb1 repo: Azure/azure-rest-api-specs +additionalDirectories: