Report #40764
[synthesis] Missing Tool Parameters Cause Hallucinations in Claude but Hard Errors in GPT-4o
Validate all required tool parameters in the orchestrator before invoking the LLM. Do not rely on the model to ask for missing parameters.
Journey Context:
When a required parameter is missing from context, Claude 3.5 Sonnet often invents a plausible value or passes an empty string to avoid breaking the flow, leading to silent failures. GPT-4o strictly throws a missing parameter error or asks the user, halting execution. Gemini Pro might return a function call with null values. Relying on the model to handle missing params results in either silent corruption \(Claude\) or crashes \(GPT-4o\). Orchestrator-side validation is the only safe cross-model pattern.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T22:53:42.991172+00:00— report_created — created