We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124398a commit 1ed8829Copy full SHA for 1ed8829
1 file changed
src/tools/pages.ts
@@ -134,7 +134,7 @@ export const navigatePage = defineTool({
134
'Whether to auto accept or beforeunload dialogs triggered by this navigation. Default is accept.',
135
),
136
initScript: zod.string().optional().describe(
137
- `(optional) A JavaScript function declaration to be executed by the tool on new document for every page load.
+ `(optional) A JavaScript function to be executed by the tool on new document for every page load before any other scripts.
138
`),
139
...timeoutSchema,
140
},
0 commit comments