Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
* The Azure OpenAI API has implementation differences compared to the Agent Service, and these examples may need to be adapted to work with agents.