Skip to content

Commit 8421be8

Browse files
committed
feat: add browser use tool
1 parent ce40892 commit 8421be8

6 files changed

Lines changed: 1545 additions & 1 deletion

File tree

object/init.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,14 @@ func initBuiltInTools() {
275275
TestContent: `{"tool":"video_info","arguments":{"url":"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}}`,
276276
State: "Active",
277277
},
278+
{
279+
Owner: "admin",
280+
Name: "browser_use",
281+
Type: "browser_use",
282+
SubType: "Default",
283+
TestContent: `{"tool":"browser_use_open","arguments":{"url":"https://casibase.org"}}`,
284+
State: "Active",
285+
},
278286
}
279287

280288
for _, t := range builtInTools {

0 commit comments

Comments
 (0)