Skip to content

Commit bc43031

Browse files
Merge pull request #448 from AhmadAbdullah91/patch-17
Update quickstart-python.md
2 parents 6051af3 + 382ba54 commit bc43031

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)