mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-04 16:13:11 +00:00
fix: add missing compacted event
This commit is contained in:
@@ -224,6 +224,7 @@ export namespace SessionCompaction {
|
||||
})
|
||||
}
|
||||
if (processor.message.error) return "stop"
|
||||
Bus.publish(Event.Compacted, { sessionID: input.sessionID })
|
||||
return "continue"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user