(toolName, args)
| 31 | } |
| 32 | |
| 33 | function fixToolCallArguments(toolName, args) { |
| 34 | args = normalizeToolArguments(args); |
| 35 | // repairExactMatchToolArguments is skipped in unit test (needs file system) |
| 36 | return args; |
| 37 | } |
| 38 | |
| 39 | // ─── 测试框架 ────────────────────────────────────────────────────────── |
| 40 | let passed = 0; |
no test coverage detected