Skip to content

Commit 727a759

Browse files
committed
good catch greptile
1 parent a440bfa commit 727a759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/examples/agent-custom-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function main() {
4141
const stagehand = new Stagehand({
4242
env: "LOCAL",
4343
verbose: 2,
44-
// experimental: true, // You must enable experimental mode to use custom tools / MCP integrations
44+
experimental: true, // You must enable experimental mode to use custom tools / MCP integrations
4545
model: "anthropic/claude-sonnet-4-5",
4646
});
4747
await stagehand.init();

0 commit comments

Comments
 (0)