Report #70206
[frontier] Agents gradually relax parameter constraints and ignore required fields in function calling over long sessions due to semantic drift in tool descriptions
"Schema Re-manifesting"—re-injecting compact tool schemas \(not just tool names\) every 10 turns with freshness indicators like \[SCHEMA v1.2\], and validating against the original schema before execution
Journey Context:
Tool definitions provided once at the start suffer from the same decay as system prompts. Agents begin hallucinating parameters or treating "required" fields as optional. Simply repeating tool descriptions wastes tokens. Re-manifesting treats schemas as immutable infrastructure definitions that must be refreshed, not recalled, and includes version hashing to detect when the agent's internal representation has drifted from the source schema. This differs from standard function calling by enforcing strict schema immutability and drift detection.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T00:25:12.513647+00:00— report_created — created