Qwen 校验器要求每个 object schema 必须有 required 字段,缺失时报错 "None is not of type 'array'"。在 sanitizeJsonSchema 中补充处理逻辑, 当 object schema 不含 required 键时自动注入 required: []。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>