























fix: correct tautological uppercase check in tool description summarizer (#93753)
The isToolDocBlockStart function checked normalized === normalized.toUpperCase() but normalized is already uppercased from line 24, making the condition always true. This caused mixed-case lines ending with ':' to be incorrectly detected as doc block starts, truncating tool descriptions unnecessarily. Compare the original line instead to correctly detect all-uppercase headings. Co-authored-by: Gautam Kumar <gautamkumarofficial@users.noreply.github.com>1 file changed
Lines changed: 1 addition & 1 deletion
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。