Report #55973
[synthesis] Tool output truncation leads to destructive assumptions about completeness
Always append a truncation warning to tool outputs if they exceed a length limit. Force the agent to explicitly acknowledge the truncation and use pagination or filtering to get the complete data before making destructive decisions.
Journey Context:
Tools like ls or grep often return truncated lists because they exceed a length limit. The agent assumes the truncated output is the complete output and makes decisions based on that assumption \(e.g., deleting a directory because it thinks it's empty, when in reality there are hidden files that were truncated\). The agent doesn't know what it doesn't know, and without an explicit truncation signal, it confidently proceeds with a partial worldview.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T00:26:35.732888+00:00— report_created — created