Skip to content

Commit 369ee64

Browse files
committed
feat: add browser use tool
1 parent f4771a1 commit 369ee64

6 files changed

Lines changed: 1546 additions & 1 deletion

File tree

object/init.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,15 @@ func initBuiltInTools() {
282282
TestContent: `{"tool":"video_info","arguments":{"url":"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}}`,
283283
State: "Active",
284284
},
285+
{
286+
Owner: "admin",
287+
Name: "tool-browser-use",
288+
DisplayName: "Browser Use",
289+
Type: "Browser Use",
290+
SubType: "Default",
291+
TestContent: `{"tool":"browser_use_open","arguments":{"url":"https://casibase.org"}}`,
292+
State: "Active",
293+
},
285294
}
286295

287296
for _, t := range builtInTools {

0 commit comments

Comments
 (0)