()
| 286 | computePerToolHashes(strippedTools, toolNames) |
| 287 | const systemCharCount = getSystemCharCount(system) |
| 288 | const lazyDiffableContent = () => |
| 289 | buildDiffableContent(system, toolSchemas, model) |
| 290 | const isFastMode = fastMode ?? false |
| 291 | const sortedBetas = [...betas].sort() |
| 292 | const effortStr = effortValue === undefined ? '' : String(effortValue) |
nothing calls this directly
no test coverage detected