bug: Fix modify edit (#1078)

This commit is contained in:
Leo 2025-06-16 02:00:41 +01:00 committed by GitHub
parent 4463671284
commit 5c8e49a0e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 1 deletions

View file

@ -389,6 +389,7 @@ export class WriteFileTool
return correctedContentResult.correctedContent;
},
createUpdatedParams: (
_oldContent: string,
modifiedProposedContent: string,
originalParams: WriteFileToolParams,
) => ({