fix(platform): DashScope同步生成模板生成器(2026-09-08 qwen-image-plus真图验证后根治)
数据手工修通后回填生成器,让后续DashScope同步模型自动配对不用手改:
- _dashscope_envelope:SDK kwargs形态({model,messages,size...})→原生HTTP信封
({model,input:{messages},parameters:{...}}),平铺体提交必400 InvalidParameter
(实测"messages parameter invalid");代码级确定性归一不靠提取LLM自觉
- _gen_templates对dashscope_sync/async协议先过信封归一
- _resp_tpl_for协议感知:dashscope_sync产物路径output.choices[0].message.content[0]
.{image|video|audio}(实测形态),文档response示例给output.*路径则优先;同步命名
空间无task_id/status只引用output/usage/request(StrictUndefined防崩)
- 信封归一纯函数单测4例PASS