mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-02 05:31:02 +00:00
bug: Fix modify edit (#1078)
This commit is contained in:
parent
4463671284
commit
5c8e49a0e3
4 changed files with 9 additions and 1 deletions
|
|
@ -389,6 +389,7 @@ export class WriteFileTool
|
|||
return correctedContentResult.correctedContent;
|
||||
},
|
||||
createUpdatedParams: (
|
||||
_oldContent: string,
|
||||
modifiedProposedContent: string,
|
||||
originalParams: WriteFileToolParams,
|
||||
) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue