diff --git a/articles/ai-foundry/agents/how-to/tools/computer-use-samples.md b/articles/ai-foundry/agents/how-to/tools/computer-use-samples.md index 248750e852..601e80575a 100644 --- a/articles/ai-foundry/agents/how-to/tools/computer-use-samples.md +++ b/articles/ai-foundry/agents/how-to/tools/computer-use-samples.md @@ -44,7 +44,7 @@ python -m venv env You can install the package with the following command: ```console -pip install --pre azure-ai-projects, azure-identity, azure-ai-agents +pip install --pre azure-ai-projects azure-identity azure-ai-agents ``` ## Code example @@ -219,4 +219,4 @@ with project_client: * [Python agent samples](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents) * [Azure OpenAI Computer Use example Playwright integration](../../../openai/how-to/computer-use.md#playwright-integration) - * The Azure OpenAI API has implementation differences compared to the Agent Service, and these examples may need to be adapted to work with agents. \ No newline at end of file + * The Azure OpenAI API has implementation differences compared to the Agent Service, and these examples may need to be adapted to work with agents.