| conclusion_schema | {"type":"object","required":["monthly_estimate","currency","resources","template_fixed","deployment_parameters","preview_validation"],"additionalProperties":false,"properties":{"monthly_estimate":{"type":"string","description":"月度费用估算(如 ¥1500/月)或 \"询价失败\""},"currency":{"type":"string","enum":["CNY"]},"resources":{"type":"array","items":{"type":"object","required":["type","cost"],"properties":{"type":{"type":"string"},"cost":{"type":"string"}}}},"template_fixed":{"type":"boolean"},"deployment_parameters":{"type":"object","description":"当前已选、已验证或已用于询价并传递给 deploying 的模板参数字典;可由后续选择阶段补充覆盖"},"preview_validation":{"type":"object","required":["succeeded"],"additionalProperties":false,"description":"ros_preview_template 的结构化成功证明;deploying 仅在模板路径匹配且没有部署参数缺口时跳过例行校验并直接 CreateStack","properties":{"succeeded":{"type":"boolean"},"template_url":{"type":"string"},"parameters":{"type":"object"},"region_id":{"type":"string"},"request_id":{"type":"string"},"error":{"type":"string"}},"allOf":[{"if":{"properties":{"succeeded":{"const":true}},"required":["succeeded"]},"then":{"required":["template_url","parameters"]}},{"if":{"properties":{"succeeded":{"const":false}},"required":["succeeded"]},"then":{"required":["error"]}}]},"missing_deployment_parameters":{"type":"array","description":"PreviewStack 或最终部署仍缺少、需要用户在后续选择阶段补充的参数","items":{"type":"object","required":["name","reason"],"properties":{"name":{"type":"string"},"reason":{"type":"string"}}}},"parameter_set_summary":{"type":"string"},"fix_summary":{"type":"string"},"error":{"type":"string"},"api_raw_summary":{"type":"string"}}} |