Skip to content

Commit 1ce517d

Browse files
authored
Remove confusing escpaing comment from function (#17006)
1 parent 73fb0ac commit 1ce517d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/ai-ide/src/browser/file-changeset-functions.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,7 @@ export class ReplaceContentInFileFunctionHelper {
252252
properties: replacementProperties,
253253
required: ['oldContent', 'newContent']
254254
},
255-
description: `An array of replacement objects, each containing oldContent and newContent strings.
256-
Ensure these strings are valid JSON string values, escaping quotes only as required.`
255+
description: 'An array of replacement objects, each containing oldContent and newContent strings.'
257256
},
258257
reset: {
259258
type: 'boolean',

0 commit comments

Comments
 (0)