mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:20:43 +00:00
Agents: annotate post-compaction system event trust (#74189)
This commit is contained in:
committed by
Vignesh
parent
7451415f36
commit
11771ec172
@@ -1644,7 +1644,7 @@ export async function runReplyAgent(params: {
|
||||
})
|
||||
.then((contextContent) => {
|
||||
if (contextContent) {
|
||||
enqueueSystemEvent(contextContent, { sessionKey });
|
||||
enqueueSystemEvent(contextContent, { sessionKey, trusted: true });
|
||||
}
|
||||
})
|
||||
.catch(() => {
|
||||
|
||||
Reference in New Issue
Block a user