mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-14 23:21:19 +00:00
fix: remove NativeArgsFor<TName> type override from search_replace case
This commit is contained in:
parent
fba8508b10
commit
7537382456
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue