refactor(agents): dedupe transient error copy (#16324)

This commit is contained in:
Peter Steinberger
2026-02-14 17:49:25 +01:00
committed by GitHub
parent 3e6d1e9cf8
commit d714ac7797
4 changed files with 29 additions and 13 deletions

View File

@@ -72,6 +72,7 @@ export type EmbeddedPiSubscribeContext = {
blockChunking?: BlockReplyChunking;
blockChunker: EmbeddedBlockChunker | null;
hookRunner?: HookRunner;
noteLastAssistant: (msg: AgentMessage) => void;
shouldEmitToolResult: () => boolean;
shouldEmitToolOutput: () => boolean;