mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 04:41:16 -05:00
Fix bug where start/end line not passed to diff
This commit is contained in:
@@ -44,6 +44,8 @@ export const toolParamNames = [
|
||||
"question",
|
||||
"result",
|
||||
"diff",
|
||||
"start_line",
|
||||
"end_line",
|
||||
] as const
|
||||
|
||||
export type ToolParamName = (typeof toolParamNames)[number]
|
||||
|
||||
Reference in New Issue
Block a user