Skip to content

Commit c33f520

Browse files
committed
updating file
1 parent 3b72bec commit c33f520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-samples/agents/python/azure-ai-agents/code-interpreter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
# Upload a file and wait for it to be processed
4242
# [START upload_file_and_create_agent_with_code_interpreter]
43-
file = agents_client.upload_file_and_poll(file_path="/workspaces/foundry-samples/scenarios/agents/samples/doc-samples/data/nifty_500_quarterly_results.csv", purpose=FilePurpose.AGENTS)
43+
file = agents_client.upload_file_and_poll(file_path="/workspaces/foundry-samples/doc-samples/agents/data/nifty_500_quarterly_results.csv", purpose=FilePurpose.AGENTS)
4444
print(f"Uploaded file, file ID: {file.id}")
4545

4646
code_interpreter = CodeInterpreterTool(file_ids=[file.id])

0 commit comments

Comments
 (0)