Ollama function calling 依赖 JSON Schema 的 required 数组判断参数必要性, type 不在 required 中导致模型认为它是可选的,即使 error 提示了也不传。 将其加入 required 数组后,模型将被强制要求每次调用都提供 type 参数。