We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecef712 commit 3b90be2Copy full SHA for 3b90be2
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