Skip to content

Commit 8635082

Browse files
Apply suggestion from @Lightning00Blade
1 parent 53fc7db commit 8635082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ so returned values have to JSON-serializable.`,
1919
},
2020
schema: {
2121
function: z.string().describe(
22-
`A JavaScript function expression to be executed by the tool in the currently selected page.
22+
`A JavaScript function declaration to be executed by the tool in the currently selected page.
2323
Example without arguments: \`() => {
2424
return document.title
2525
}\` or \`async () => {

0 commit comments

Comments
 (0)