Update src/core/assistant-message/NativeToolCallParser.ts

Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
This commit is contained in:
Dennise Bartlett 2025-12-08 12:43:14 -08:00 committed by GitHub
parent e327aeb4c0
commit a1f6950a47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -766,7 +766,7 @@ export class NativeToolCallParser {
file_path: args.file_path,
old_string: args.old_string,
new_string: args.new_string,
}
} as NativeArgsFor<TName>
}
break