fix(acp): classify apply_patch as edit (#30564)
This commit is contained in:
parent
5970f7820e
commit
89b26e8658
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ describe("acp tool conversion", () => {
|
|||
expect(toToolKind("shell")).toBe("execute")
|
||||
expect(toToolKind("webfetch")).toBe("fetch")
|
||||
expect(toToolKind("edit")).toBe("edit")
|
||||
expect(toToolKind("apply_patch")).toBe("edit")
|
||||
expect(toToolKind("patch")).toBe("edit")
|
||||
expect(toToolKind("write")).toBe("edit")
|
||||
expect(toToolKind("grep")).toBe("search")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue