fix(acp): classify task as think (#30565)
This commit is contained in:
parent
89b26e8658
commit
fc62b3dc48
2 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ describe("acp tool conversion", () => {
|
|||
expect(toToolKind("context7_resolve_library_id")).toBe("search")
|
||||
expect(toToolKind("context7_get_library_docs")).toBe("search")
|
||||
expect(toToolKind("read")).toBe("read")
|
||||
expect(toToolKind("task")).toBe("think")
|
||||
expect(toToolKind("custom_tool")).toBe("other")
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue