diff --git a/sdk/openai/azure-ai-openai-assistants/src/main/java/com/azure/ai/openai/assistants/implementation/AssistantsClientImpl.java b/sdk/openai/azure-ai-openai-assistants/src/main/java/com/azure/ai/openai/assistants/implementation/AssistantsClientImpl.java index 64d7fc7c5f11..bf7fd9e6b969 100644 --- a/sdk/openai/azure-ai-openai-assistants/src/main/java/com/azure/ai/openai/assistants/implementation/AssistantsClientImpl.java +++ b/sdk/openai/azure-ai-openai-assistants/src/main/java/com/azure/ai/openai/assistants/implementation/AssistantsClientImpl.java @@ -4560,7 +4560,7 @@ public Response listFilesWithResponse(RequestOptions requestOptions) * } * * - * @param uploadFileRequest The uploadFileRequest parameter. + * @param uploadFileRequest The file data to upload and its purpose. * @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. @@ -4597,7 +4597,7 @@ public Mono> uploadFileWithResponseAsync(BinaryData uploadF * } * * - * @param uploadFileRequest The uploadFileRequest parameter. + * @param uploadFileRequest The file data to upload and its purpose. * @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-assistants/tsp-location.yaml b/sdk/openai/azure-ai-openai-assistants/tsp-location.yaml index 38d2252d10f2..d1fc005cc919 100644 --- a/sdk/openai/azure-ai-openai-assistants/tsp-location.yaml +++ b/sdk/openai/azure-ai-openai-assistants/tsp-location.yaml @@ -1,3 +1,4 @@ directory: specification/ai/OpenAI.Assistants -commit: 6f175c9c006269a1d0f1928fbc768cacc6ac379a +commit: 3e8fefbe9c0238592c4a54563baa1bd03e633eb1 repo: Azure/azure-rest-api-specs +additionalDirectories: