Skip to content

Commit 6d96bca

Browse files
committed
Update next steps for stagehand template
Updated the next steps invocation example for Stagehand so that it's accurate now.
1 parent 66ce8cc commit 6d96bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const INVOKE_SAMPLES: Record<
103103
[TEMPLATE_SAMPLE_APP]:
104104
'kernel invoke ts-basic get-page-title --payload \'{"url": "https://www.google.com"}\'',
105105
[TEMPLATE_STAGEHAND]:
106-
'kernel invoke ts-stagehand stagehand-task --payload \'{"query": "Best wired earbuds"}\'',
106+
'kernel invoke ts-stagehand headcount-task --payload \'{"query": "Kernel"}\'',
107107
[TEMPLATE_ADVANCED_SAMPLE]: "kernel invoke ts-advanced test-captcha-solver",
108108
[TEMPLATE_COMPUTER_USE]:
109109
'kernel invoke ts-cu cu-task --payload \'{"query": "Return the first url of a search result for NYC restaurant reviews Pete Wells"}\'',

0 commit comments

Comments
 (0)