From d640ef09c8998c6565fae62058bd1cbdba3912ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:29:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BA=20Eino=20agentic=20=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E8=A1=A5=E5=85=85=20tool=5Fcall/tool=5Fresult=20?= =?UTF-8?q?=E9=85=8D=E5=AF=B9=E9=98=B2=E5=BE=A1=E4=B8=AD=E9=97=B4=E4=BB=B6?= =?UTF-8?q?=20(#265)=20(#266)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit agentic 路径(单代理模式)缺少 toolPairReconciler 和 orphanToolPruner, 当 summarization 截断历史破坏配对后,序列化到 OpenAI API 触发 400 "insufficient tool messages following tool_calls message"。 新增 AgenticMessage 版本的 reconciler 和 pruner,与 classic 路径对齐。 Co-authored-by: temp Co-authored-by: Cursor