We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b72bec commit c33f520Copy full SHA for c33f520
doc-samples/agents/python/azure-ai-agents/code-interpreter.py
@@ -40,7 +40,7 @@
40
41
# Upload a file and wait for it to be processed
42
# [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)
+ file = agents_client.upload_file_and_poll(file_path="/workspaces/foundry-samples/doc-samples/agents/data/nifty_500_quarterly_results.csv", purpose=FilePurpose.AGENTS)
44
print(f"Uploaded file, file ID: {file.id}")
45
46
code_interpreter = CodeInterpreterTool(file_ids=[file.id])
0 commit comments