Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Jan 24, 2025
1 parent ad74086 commit 4538cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook/tools_browser_use.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"\n",
"Now, we have taken AG2 to the next level by integrating the [`browser-use`](https://github.com/browser-use/browser-use) framework.\n",
"\n",
"With `browser-use`,your agents can navigate websites, gather dynamic content, and interact with web pages. This opens up new possibilities for tasks like data collection, web automation, and more. \n",
"With `browser-use` ,your agents can navigate websites, gather dynamic content, and interact with web pages. This opens up new possibilities for tasks like data collection, web automation, and more. \n",
"\n"
]
},
Expand Down Expand Up @@ -131,7 +131,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The `user_proxy.initiate_chat()` method triggers the assistant to perform a web browsing task, such as searching for \"ag2\" on Reddit, clicking the first post, and extracting the first comment. The assistant then executes the task using the BrowserUseTool and returns the extracted content to the user."
"The `user_proxy.initiate_chat()` method triggers the assistant to perform a web browsing task, such as searching for \"ag2\" on Reddit, clicking the first post, and extracting the first comment. The assistant then executes the task using the `BrowserUseTool` and returns the extracted content to the user."
]
},
{
Expand Down

0 comments on commit 4538cbd

Please sign in to comment.