diff --git a/packages/core/src/tools/edit.ts b/packages/core/src/tools/edit.ts index 40ae914f50..504bed38fc 100644 --- a/packages/core/src/tools/edit.ts +++ b/packages/core/src/tools/edit.ts @@ -922,6 +922,7 @@ export class EditTool { properties: { file_path: { + description: 'The path to the file to modify. This should be an absolute path within the project directory.', description: 'The path to the file to modify.', type: 'string', },