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 72f1512 commit 7f3a1dfCopy full SHA for 7f3a1df
src/node/services/compactionHandler.ts
@@ -130,7 +130,7 @@ export class CompactionHandler {
130
// Mark as processed before performing compaction
131
this.processedCompactionRequestIds.add(lastUserMsg.id);
132
133
- const result = await this.performCompaction(summary, messages,event.metadata);
+ const result = await this.performCompaction(summary, messages, event.metadata);
134
if (!result.success) {
135
console.error("[CompactionHandler] Compaction failed:", result.error);
136
return false;
0 commit comments