Skip to content

Commit 3bbdd96

Browse files
authored
fix: update browser tool path in documentation (#198)
1 parent edd481c commit 3bbdd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/concepts/tools/example-tools-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pip install 'strands-agents-tools[use_computer]'
6969
#### Web & Network
7070
- [`http_request`]({{ tools_repo }}/src/strands_tools/http_request.py): Make API calls, fetch web data, and call local HTTP servers
7171
- [`slack`]({{ tools_repo }}/src/strands_tools/slack.py): Slack integration with real-time events, API access, and message sending
72-
- [`browser`]({{ tools_repo }}/src/strands_tools/browser.py): Automate web browser interactions
72+
- [`browser`]({{ tools_repo }}/src/strands_tools/browser/browser.py): Automate web browser interactions
7373
- [`rss`]({{ tools_repo }}/src/strands_tools/rss.py): Manage and process RSS feeds
7474

7575
#### Multi-modal

0 commit comments

Comments
 (0)