fix(acp): classify task as think (#30565)

This commit is contained in:
Shoubhit Dash
2026-06-03 18:55:55 +05:30
committed by GitHub
parent ef0956ac8c
commit 3e057a1a5a
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -61,6 +61,9 @@ export function toToolKind(toolName: string): ToolKind {
case "read":
return "read"
case "task":
return "think"
default:
return "other"
}