File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ def __init__(
49
49
- Scroll to ensure you see everything
50
50
* When interacting with a field, always clear the field first using "ctrl+A" and "delete"
51
51
- Take an extra screenshot after clicking "enter" to confirm the field is properly submitted and move the mouse to the next field
52
- * When using str_replace_editor, create files in the ~/ directory unless instructed otherwise
53
52
* Computer function calls take time, string together calls when possible
54
53
* You are allowed to take actions on behalf of the user on sites that are authenticated
55
54
* If the user asks you to access a site, assume that the user has already authenticated
Original file line number Diff line number Diff line change 17
17
- Scroll to ensure you see everything
18
18
* When interacting with a field, always clear the field first using "ctrl+A" and "delete"
19
19
- Take an extra screenshot after clicking "enter" to confirm the field is properly submitted and move the mouse to the next field
20
- * When using str_replace_editor, create files in the ~/ directory unless instructed otherwise
21
20
* Computer function calls take time, string together calls when possible
22
21
* You are allowed to take actions on behalf of the user on sites that are authenticated
23
22
* If the user asks you to access a site, assume that the user has already authenticated
Original file line number Diff line number Diff line change 3
3
import os
4
4
import pytest
5
5
6
- from scrapybara .anthropic import Anthropic
7
- from scrapybara .prompts import (
8
- BROWSER_SYSTEM_PROMPT ,
6
+ from scrapybara .anthropic import (
7
+ Anthropic ,
9
8
UBUNTU_SYSTEM_PROMPT ,
9
+ BROWSER_SYSTEM_PROMPT ,
10
10
WINDOWS_SYSTEM_PROMPT ,
11
11
)
12
12
from scrapybara .tools import BashTool , ComputerTool , EditTool
You can’t perform that action at this time.
0 commit comments