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 0034f2a commit 8b1a10cCopy full SHA for 8b1a10c
lib/tools/compress.ts
@@ -63,7 +63,7 @@ export function createCompressTool(ctx: PruneToolContext): ReturnType<typeof too
63
throw new Error("content.summary is required and must be a non-empty string")
64
}
65
66
- logger.info("Compress tool invoked")
+ // logger.info("Compress tool invoked")
67
// logger.info(
68
// JSON.stringify({
69
// startString: startString?.substring(0, 50) + "...",
0 commit comments