Skip to content

Commit 4e6532e

Browse files
kajanlOrKoN
authored andcommitted
fix: update evaluateScript description formatting
Fix formatting in the description of evaluateScript.
1 parent 3d6e59d commit 4e6532e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tools/script.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import {defineTool} from './ToolDefinition.js';
1212

1313
export const evaluateScript = defineTool({
1414
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.`,
15+
description: `Evaluate a JavaScript function inside the currently selected page. Returns the response as JSON,
16+
so returned values have to be JSON-serializable.`,
1717
annotations: {
1818
category: ToolCategory.DEBUGGING,
1919
readOnlyHint: false,

0 commit comments

Comments
 (0)