fix: remove NativeArgsFor<TName> type override from search_replace case

This commit is contained in:
Roo Code 2025-12-08 18:55:42 +00:00
parent fba8508b10
commit 7537382456

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>
} as any
}
break