Skip to content

Commit c416228

Browse files
committed
test(use_browser): add more unit testing for use_browser tool
1 parent 3db4b74 commit c416228

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ Below is a comprehensive table of all available tools, how to use them with an a
123123
| batch| `agent.tool.batch(invocations=[{"name": "current_time", "arguments": {"timezone": "Europe/London"}}, {"name": "stop", "arguments": {}}])` | Call multiple other tools in parallel. |
124124
| use_browser | `agent.tool.use_browser(action="navigate", url="https://www.example.com") ` | Web scraping, automated testing, form filling, web automation tasks |
125125

126+
\* *These tools do not work on windows*
127+
126128
## 💻 Usage Examples
127129

128130
### File Operations

0 commit comments

Comments
 (0)