File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ const TOOLS: Tool[] = [
96
96
required : [ "action" ] ,
97
97
} ,
98
98
} ,
99
- /*
100
99
{
101
100
name : "stagehand_extract" ,
102
101
description : `Extracts structured data from the web page based on an instruction and a JSON schema.` ,
@@ -192,7 +191,6 @@ const TOOLS: Tool[] = [
192
191
required : [ "instruction" , "schema" ] ,
193
192
} ,
194
193
} ,
195
- */
196
194
{
197
195
name : "stagehand_observe" ,
198
196
description : "Observes actions that can be performed on the web page" ,
@@ -386,7 +384,6 @@ async function handleToolCall(
386
384
} ;
387
385
}
388
386
389
- /*
390
387
case "stagehand_extract" :
391
388
try {
392
389
log ( `Extracting data with instruction: ${ args . instruction } ` ) ;
@@ -432,7 +429,6 @@ async function handleToolCall(
432
429
isError : true ,
433
430
} ;
434
431
}
435
- */
436
432
case "stagehand_observe" :
437
433
try {
438
434
log ( `Starting observation with instruction: ${ args . instruction } ` ) ;
You can’t perform that action at this time.
0 commit comments