We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c505a commit 16650b3Copy full SHA for 16650b3
lib/janitor.ts
@@ -669,7 +669,6 @@ export class Janitor {
669
const missingTools = llmPrunedIds.filter(id => {
670
const normalizedId = id.toLowerCase()
671
const metadata = toolMetadata.get(normalizedId)
672
- // batch tools are intentionally excluded from the summary, so don't count them as missing
673
if (metadata?.tool === 'batch') return false
674
return !metadata || !foundToolNames.has(metadata.tool)
675
})
0 commit comments