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.
2 parents 0d7f6eb + bc43031 commit cbc7752Copy full SHA for cbc7752
articles/ai-foundry/agents/includes/quickstart-python.md
@@ -65,7 +65,6 @@ project_endpoint = os.environ["PROJECT_ENDPOINT"] # Ensure the PROJECT_ENDPOINT
65
project_client = AIProjectClient(
66
endpoint=project_endpoint,
67
credential=DefaultAzureCredential(), # Use Azure Default Credential for authentication
68
- api_version="latest",
69
)
70
71
code_interpreter = CodeInterpreterTool()
0 commit comments