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 419c0a0 commit a29d2deCopy full SHA for a29d2de
lib/pruning-tool.ts
@@ -62,12 +62,6 @@ export function createPruningTool(
62
.map(numId => getActualId(sessionId, numId))
63
.filter((id): id is string => id !== undefined)
64
65
- logger.debug("prune-tool", "ID conversion", {
66
- inputIds: args.ids,
67
- actualIds: prunedIds,
68
- toolParamsKeys: Array.from(state.toolParameters.keys()).slice(0, 10)
69
- })
70
-
71
if (prunedIds.length === 0) {
72
return "None of the provided IDs were valid. Check the <prunable-tools> list for available IDs."
73
}
0 commit comments