Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: better prompting..again
  • Loading branch information
AidanTilgner committed Jul 25, 2024
commit 52f6c97bcc7b1db9de391bb367ae5f256a4db24c
2 changes: 1 addition & 1 deletion src/tools/editFileBySubstring.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ editFileBySubstring.spec = {
},
replacement: {
type: 'string',
description: 'The text that should replace the target substring. DO NOT include line numbers.',
description: 'The text content (discluding line numbers) that should replace the target substring.',
},
},
required: ['filepath', 'uniqueContext', 'exactTarget', 'replacements'],
Expand Down