mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +00:00
fix: allow async compaction event delivery (#76651) (thanks @simplyclever914)
This commit is contained in:
@@ -151,7 +151,7 @@ export type RunEmbeddedPiAgentParams = {
|
||||
stream: string;
|
||||
data: Record<string, unknown>;
|
||||
sessionKey?: string;
|
||||
}) => void;
|
||||
}) => void | Promise<void>;
|
||||
lane?: string;
|
||||
enqueue?: CommandQueueEnqueueFn;
|
||||
extraSystemPrompt?: string;
|
||||
|
||||
Reference in New Issue
Block a user