Skip to content

Commit 54730ad

Browse files
committed
push
1 parent 6b36718 commit 54730ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

advanced/ai-task-completion.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ const author = await ai.evaluate('~ Find an article that discusses the game and
5656
console.log(author);
5757

5858
```
59-
6059
```python python
6160

6261
from playwright.sync_api import sync_playwright
@@ -72,7 +71,6 @@ with sync_playwright() as p:
7271
print(result)
7372

7473
```
75-
7674
</CodeGroup>
7775

7876
<Note>AI Task completion is still in beta, contact us for feedback and support</Note>

0 commit comments

Comments
 (0)