Skip to content

Commit cfe97b7

Browse files
authored
Merge pull request #5224 from MicrosoftDocs/main
[Out of Band Publish] azure-ai-docs-pr - 05/27 - 2:30 PM PT
2 parents 7a7f064 + 779ff6c commit cfe97b7

25 files changed

+6664
-1037
lines changed

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@
180180
"redirect_url": "/azure/ai-services/speech-service/professional-voice-create-training-set",
181181
"redirect_document_id": true
182182
},
183+
{
184+
"source_path_from_root": "/articles/ai-services/openai/api-version-deprecation.md",
185+
"redirect_url": "/azure/ai-services/openai/api-version-lifecycle",
186+
"redirect_document_id": true
187+
},
183188
{
184189
"source_path_from_root": "/articles/ai-services/speech-service/how-to-custom-voice-talent.md",
185190
"redirect_url": "/azure/ai-services/speech-service/professional-voice-create-consent",

articles/ai-services/agents/how-to/tools/file-search-upload-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ from azure.ai.agents.models import FilePurpose
7474
file_path = "./data/product_info_1.md"
7575

7676
# Upload the file
77-
file = project_client.agents.upload_file_and_poll(file_path=file_path, purpose=FilePurpose.AGENTS)
77+
file = project_client.agents.files.upload_file_and_poll(file_path=file_path, purpose=FilePurpose.AGENTS)
7878
print(f"Uploaded file, file ID: {file.id}")
7979

8080
# Create a vector store with the uploaded file

articles/ai-services/openai/api-version-deprecation.md

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)