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

This commit is contained in:
Dennise Bartlett 2025-12-08 12:33:36 -08:00 committed by GitHub
parent 7537382456
commit e327aeb4c0
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 any
}
}
break