From 5fd952b3f89f934316cd88358c495ece275b7e32 Mon Sep 17 00:00:00 2001 From: whatevertogo Date: Mon, 4 May 2026 00:48:01 +0800 Subject: [PATCH] Explore global schema-guided tool argument normalization Open a dedicated discussion branch for centralizing tool argument normalization before implementation, so follow-up work can stay separate from the #7961 local fix. Constraint: Keep this branch based on upstream/master and avoid mixing in PR #7978 changes. Rejected: Stacking this discussion PR on the #7978 branch because it would make review diffs noisy. Directive: Implement only schema-guided coercion, not blind recursive JSON parsing. Confidence: medium Scope-risk: medium Reversibility: Drop this empty anchor commit if the design direction changes. Tested: not run; discussion anchor only Not-tested: implementation behavior because no code changed yet Related: #7961 Co-authored-by: OmX