Skip to content

Commit 44e4e45

Browse files
committed
packages
1 parent 00e5abb commit 44e4e45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/ai-foundry/agents/how-to/tools/browser-automation-samples.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ Use this article to find step-by-step instructions and code samples for using th
2525

2626
Save this endpoint to an environment variable named `PROJECT_ENDPOINT`.
2727

28-
* The latest preview version of the SDK:
28+
* The following packages:
2929

3030
```console
3131
pip install --pre azure-ai-projects
32+
pip install azure-ai-agents==1.2.0b1
33+
pip install azure-identity
3234
```
3335
* The **contributor** role assigned to your AI Foundry project from within your Playwright workplace.
3436
* Your playwright connection ID. You can find it in the Azure AI Foundry portal by selecting **Management center** from the left navigation menu. Then select **Connected resources**. The URL should start with `https://` instead of `wss://` if presented.

0 commit comments

Comments
 (0)