feat: Map tool kinds to explicit ACP.ToolKind values and update test … (#19547)

This commit is contained in:
Sri Pasumarthi
2026-02-23 10:22:05 -08:00
committed by GitHub
parent 2e3cbd6363
commit 3966f3c053
4 changed files with 149 additions and 4 deletions
+1
View File
@@ -817,6 +817,7 @@ export enum Kind {
Fetch = 'fetch',
Communicate = 'communicate',
Plan = 'plan',
SwitchMode = 'switch_mode',
Other = 'other',
}