mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
fix: mark plan compaction event delivery fire-and-forget (#76651) (thanks @simplyclever914)
This commit is contained in:
@@ -2311,7 +2311,7 @@ export async function runEmbeddedPiAgent(
|
||||
source: "planning_only_retry",
|
||||
},
|
||||
});
|
||||
params.onAgentEvent?.({
|
||||
void params.onAgentEvent?.({
|
||||
stream: "plan",
|
||||
data: {
|
||||
phase: "update",
|
||||
|
||||
Reference in New Issue
Block a user