Skip to content

Commit 344b88e

Browse files
committed
feat: update deprecated docstrings
1 parent 962df2e commit 344b88e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/scrapybara/prompts/__init__.py

+3-9
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
* Read through web pages thoroughly by scrolling down till you have gathered enough info
3333
* Be concise!
3434
</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`"""
3836

3937

4038
BROWSER_SYSTEM_PROMPT = f"""<SYSTEM_CAPABILITY>
@@ -61,9 +59,7 @@
6159
* Read through web pages thoroughly by scrolling down till you have gathered enough info
6260
* Be concise!
6361
</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`"""
6763

6864

6965
WINDOWS_SYSTEM_PROMPT = f"""<SYSTEM_CAPABILITY>
@@ -91,6 +87,4 @@
9187
* Read through web pages thoroughly by scrolling down till you have gathered enough info
9288
* Be concise!
9389
</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`"""

0 commit comments

Comments
 (0)