mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 15:54:32 +00:00
refactor(agents): dedupe transient error copy (#16324)
This commit is contained in:
committed by
GitHub
parent
3e6d1e9cf8
commit
d714ac7797
@@ -72,6 +72,7 @@ export type EmbeddedPiSubscribeContext = {
|
||||
blockChunking?: BlockReplyChunking;
|
||||
blockChunker: EmbeddedBlockChunker | null;
|
||||
hookRunner?: HookRunner;
|
||||
noteLastAssistant: (msg: AgentMessage) => void;
|
||||
|
||||
shouldEmitToolResult: () => boolean;
|
||||
shouldEmitToolOutput: () => boolean;
|
||||
|
||||
Reference in New Issue
Block a user