We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a440bfa commit 727a759Copy full SHA for 727a759
packages/core/examples/agent-custom-tools.ts
@@ -41,7 +41,7 @@ async function main() {
41
const stagehand = new Stagehand({
42
env: "LOCAL",
43
verbose: 2,
44
- // experimental: true, // You must enable experimental mode to use custom tools / MCP integrations
+ experimental: true, // You must enable experimental mode to use custom tools / MCP integrations
45
model: "anthropic/claude-sonnet-4-5",
46
});
47
await stagehand.init();
0 commit comments