Skip to content

Commit 5c40a8e

Browse files
author
Henry Mao
committed
Fix JSON schema of browserbase_get_content
1 parent 9bd466b commit 5c40a8e

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

browserbase/src/index.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -165,23 +165,11 @@ const TOOLS: Tool[] = [
165165
type: "string",
166166
description:
167167
"Optional CSS selector to get content from specific elements (default: returns whole page)",
168-
required: false,
169168
},
170169
},
171170
required: [],
172171
},
173-
},
174-
{
175-
name: "browserbase_close_session",
176-
description: "Close a browser session",
177-
inputSchema: {
178-
type: "object",
179-
properties: {
180-
sessionId: { type: "string" },
181-
},
182-
required: ["sessionId"],
183-
},
184-
},
172+
}
185173
];
186174

187175
// 5. Tool Handler Implementation

0 commit comments

Comments
 (0)