Skip to content

Commit 382ba54

Browse files
Update quickstart-python.md
removing param override for project client for the quickstart to work seamlessly. overriding this value might result in unsupported scenarios as mentioned in https://learn.microsoft.com/en-us/python/api/azure-ai-projects/azure.ai.projects.aiprojectclient?view=azure-python-preview
1 parent 1fc0b7a commit 382ba54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/ai-foundry/agents/includes/quickstart-python.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ project_endpoint = os.environ["PROJECT_ENDPOINT"] # Ensure the PROJECT_ENDPOINT
6565
project_client = AIProjectClient(
6666
endpoint=project_endpoint,
6767
credential=DefaultAzureCredential(), # Use Azure Default Credential for authentication
68-
api_version="latest",
6968
)
7069

7170
code_interpreter = CodeInterpreterTool()

0 commit comments

Comments
 (0)