fix: appease lint after merge

This commit is contained in:
Peter Steinberger
2026-01-03 21:44:05 +00:00
parent e2709a3ebd
commit 8b069e62fc
4 changed files with 41 additions and 45 deletions

View File

@@ -575,7 +575,9 @@ const BrowserToolSchema = Type.Union([
}),
]);
function createBrowserTool(opts?: { defaultControlUrl?: string }): AnyAgentTool {
function createBrowserTool(opts?: {
defaultControlUrl?: string;
}): AnyAgentTool {
return {
label: "Browser",
name: "browser",