π€ AI Summary
This work addresses the pervasive parameter-filling failure problem in large language model (LLM)-based tool-agent systems. We propose the first taxonomy of parameter failures specifically tailored to toolchains, categorizing them into five distinct failure modes and systematically analyzing their causal relationships with input sources. Through controlled experiments involving 15 types of input perturbations applied across mainstream tool invocation chains, we identify that naming hallucination stems primarily from intrinsic model limitations, whereas other failures are predominantly triggered by external factorsβsuch as input noise and format deviations. Building on these findings, we introduce deployable mitigation strategies, including standardized return formatting and feedback-augmented inference mechanisms. Our empirical study provides foundational evidence for diagnosing reliability bottlenecks in tool agents and establishes a verifiable, technically grounded pathway toward enhancing parameter-filling robustness.
π Abstract
The emergence of the tool agent paradigm has broadened the capability boundaries of the Large Language Model (LLM), enabling it to complete more complex tasks. However, the effectiveness of this paradigm is limited due to the issue of parameter failure during its execution. To explore this phenomenon and propose corresponding suggestions, we first construct a parameter failure taxonomy in this paper. We derive five failure categories from the invocation chain of a mainstream tool agent. Then, we explore the correlation between three different input sources and failure categories by applying 15 input perturbation methods to the input. Experimental results show that parameter name hallucination failure primarily stems from inherent LLM limitations, while issues with input sources mainly cause other failure patterns. To improve the reliability and effectiveness of tool-agent interactions, we propose corresponding improvement suggestions, including standardizing tool return formats, improving error feedback mechanisms, and ensuring parameter consistency.