File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 32
32
* Read through web pages thoroughly by scrolling down till you have gathered enough info
33
33
* Be concise!
34
34
</IMPORTANT>"""
35
- """DEPRECATED: Please import prompts from their respective models instead:
36
-
37
- from scrapybara.anthropic import UBUNTU_SYSTEM_PROMPT"""
35
+ """DEPRECATED — Please import prompts from their respective models instead: `from scrapybara.anthropic import UBUNTU_SYSTEM_PROMPT`"""
38
36
39
37
40
38
BROWSER_SYSTEM_PROMPT = f"""<SYSTEM_CAPABILITY>
61
59
* Read through web pages thoroughly by scrolling down till you have gathered enough info
62
60
* Be concise!
63
61
</IMPORTANT>"""
64
- """DEPRECATED: Please import prompts from their respective models instead:
65
-
66
- from scrapybara.anthropic import BROWSER_SYSTEM_PROMPT"""
62
+ """DEPRECATED — Please import prompts from their respective models instead: `from scrapybara.anthropic import BROWSER_SYSTEM_PROMPT`"""
67
63
68
64
69
65
WINDOWS_SYSTEM_PROMPT = f"""<SYSTEM_CAPABILITY>
91
87
* Read through web pages thoroughly by scrolling down till you have gathered enough info
92
88
* Be concise!
93
89
</IMPORTANT>"""
94
- """DEPRECATED: Please import prompts from their respective models instead:
95
-
96
- from scrapybara.anthropic import WINDOWS_SYSTEM_PROMPT"""
90
+ """DEPRECATED — Please import prompts from their respective models instead: `from scrapybara.anthropic import WINDOWS_SYSTEM_PROMPT`"""
You can’t perform that action at this time.
0 commit comments