fix(codemode): unify catalog signatures (#35452)

This commit is contained in:
Aiden Cline
2026-07-06 00:52:37 -05:00
committed by GitHub
parent e0ec9be238
commit d4f7039932
12 changed files with 430 additions and 361 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ describe("tool.registry", () => {
expect(ids).toContain("execute")
expect(tools.map((tool) => tool.id)).toContain("execute")
expect(execute?.description).toContain("tools.weather.current(input: { city: string })")
expect(execute?.description).toContain("tools.weather.current(input: {\n city: string,\n})")
}),
)