We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd481c commit 3bbdd96Copy full SHA for 3bbdd96
docs/user-guide/concepts/tools/example-tools-package.md
@@ -69,7 +69,7 @@ pip install 'strands-agents-tools[use_computer]'
69
#### Web & Network
70
- [`http_request`]({{ tools_repo }}/src/strands_tools/http_request.py): Make API calls, fetch web data, and call local HTTP servers
71
- [`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
+- [`browser`]({{ tools_repo }}/src/strands_tools/browser/browser.py): Automate web browser interactions
73
- [`rss`]({{ tools_repo }}/src/strands_tools/rss.py): Manage and process RSS feeds
74
75
#### Multi-modal
0 commit comments