fix(acp): classify apply_patch as edit (#30564)
This commit is contained in:
@@ -46,6 +46,7 @@ export function toToolKind(toolName: string): ToolKind {
|
||||
return "fetch"
|
||||
|
||||
case "edit":
|
||||
case "apply_patch":
|
||||
case "patch":
|
||||
case "write":
|
||||
return "edit"
|
||||
|
||||
Reference in New Issue
Block a user