Skip to content

Commit 8d5741d

Browse files
Merge pull request #6039 from MicrosoftDocs/main
Auto Publish – main to live - 2025-07-15 17:09 UTC
2 parents 7bd97f7 + 329a8e5 commit 8d5741d

File tree

2 files changed

+128
-59
lines changed

2 files changed

+128
-59
lines changed

articles/ai-foundry/openai/how-to/responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ client = AzureOpenAI(
773773
)
774774

775775

776-
# Upload a file with a purpose of "batch"
776+
# Upload a file with a purpose of "assistants"
777777
file = client.files.create(
778778
file=open("nucleus_sampling.pdf", "rb"), # This assumes a .pdf file in the same directory as the executing script
779779
purpose="assistants"

0 commit comments

Comments
 (0)