Fix bug where start/end line not passed to diff

This commit is contained in:
Matt Rubens
2024-12-16 12:22:23 -05:00
parent c2b4b05459
commit 61b2104345
3 changed files with 16 additions and 10 deletions

View File

@@ -44,6 +44,8 @@ export const toolParamNames = [
"question",
"result",
"diff",
"start_line",
"end_line",
] as const
export type ToolParamName = (typeof toolParamNames)[number]