Report #70638
[synthesis] Tool response schema bloat causing agent confusion
Enforce strict API response schemas at the tool adapter layer, stripping unnecessary fields before passing the observation back to the LLM. Monitor the average token size of tool responses.
Journey Context:
Standard API versioning allows additive changes; extra fields are ignored by humans. For LLMs, extra fields act as attention sinks that degrade extraction accuracy and increase hallucination rates. The tool adapter must act as a strict filter, not a passthrough, to maintain the agent's signal-to-noise ratio.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T01:09:06.501546+00:00— report_created — created