You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webscrape/browseruse_prompt.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ I want to know who works at a certain company. Concretely, I want to know:
5
5
- the url of their github repository (if available)
6
6
- the url of their linkedin profile (if available)
7
7
8
-
I want you to gather that information directly from the company's website, for example, from a webpage called "teams".
8
+
I want you to gather that information directly from the company's website, for example, from a webpage called "teams". To find the url for the company's website, use duckduckgo.com as your search engine.
9
+
I.e., do NOT EVER go to LinkedIn or GitHub themselves!
9
10
10
11
I want you to report back that information as a list of JSON objects, where every object has the following keys:
11
12
- full_name
@@ -17,7 +18,6 @@ I want you to report back that information as a list of JSON objects, where ever
17
18
Insert an empty string as a value if a piece of information is not available.
18
19
19
20
Important: do NOT infer job_title from team, nor team from job_title. For both, only report a value if it is given on the website; otherwise, leave empty.
20
-
21
-
For links, only report the url, not the display text. I.e., no markdown!
21
+
And: Do NOT follow the GitHub and LinkedIn links you are extracting! ONLY report them (if available from the company website)!
0 commit comments