Skip to content

Commit 1ed8829

Browse files
gernbergOrKoN
authored andcommitted
Update description of parameter
1 parent 124398a commit 1ed8829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/pages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const navigatePage = defineTool({
134134
'Whether to auto accept or beforeunload dialogs triggered by this navigation. Default is accept.',
135135
),
136136
initScript: zod.string().optional().describe(
137-
`(optional) A JavaScript function declaration to be executed by the tool on new document for every page load.
137+
`(optional) A JavaScript function to be executed by the tool on new document for every page load before any other scripts.
138138
`),
139139
...timeoutSchema,
140140
},

0 commit comments

Comments
 (0)