We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6e59d commit 4e6532eCopy full SHA for 4e6532e
1 file changed
src/tools/script.ts
@@ -12,8 +12,8 @@ import {defineTool} from './ToolDefinition.js';
12
13
export const evaluateScript = defineTool({
14
name: 'evaluate_script',
15
- description: `Evaluate a JavaScript function inside the currently selected page. Returns the response as JSON
16
-so returned values have to JSON-serializable.`,
+ description: `Evaluate a JavaScript function inside the currently selected page. Returns the response as JSON,
+so returned values have to be JSON-serializable.`,
17
annotations: {
18
category: ToolCategory.DEBUGGING,
19
readOnlyHint: false,
0 commit comments