Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions object/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,20 @@ func initBuiltInTools() {
"Download a video and tell me its resolution and file size.",
},
},
{
Owner: "admin",
Name: "browser_use",
Type: "browser_use",
SubType: "Default",
TestContent: `{"tool":"browser_use_open","arguments":{"url":"https://www.openagentai.org"}}`,
State: "Active",
PromptExamples: []string{
"Play a Michael Jackson song on YouTube.",
"Create a paste with \"Hello from OpenAgent\" and give me the link.",
"Start a 45-minute Pomofocus session for my Work task.",
"Generate a QR code for https://www.openagentai.org.",
},
},
}

for _, t := range builtInTools {
Expand Down
Loading
Loading