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: app/tool/browser_use_tool.py
+48-14Lines changed: 48 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -418,17 +418,7 @@ async def execute(
418
418
419
419
# Create prompt for LLM
420
420
prompt_text="""
421
-
Your task is to extract the content of the page. You will be given a page and a goal, and you should extract all relevant information around this goal from the page.
422
-
423
-
Examples of extraction goals:
424
-
- Extract all company names
425
-
- Extract specific descriptions
426
-
- Extract all information about a topic
427
-
- Extract links with companies in structured format
428
-
- Extract all links
429
-
430
-
If the goal is vague, summarize the page. Respond in JSON format.
431
-
421
+
Your task is to extract the content of the page. You will be given a page and a goal, and you should extract all relevant information around this goal from the page. If the goal is vague, summarize the page. Respond in json format.
0 commit comments