案例记录 case-run-00101
从未完成订单客户
找出从未有已完成订单的客户,输出 customer_id、customer_name,并按 customer_id 升序;必须使用 NOT EXISTS。
运行信息
以下字段来自本次运行的冻结记录。
run
#15case run
#101attempt
1status
cancelledtoken total
未记录estimated cost
不可估算model generation
未记录SQL execution
未记录adapter
codex_cliresponse mode
textrequested model
gpt-5.6-solresolved model
gpt-5.6-solprovider request id
未提供started
未记录finished
2026年8月29日 20:42suite hash
0a4a18b4374f510f5eff18b06272c30c3375e1f082ae405adc8ead7dd9c81556模型输入
显示本次实际保存的完整 Prompt。
该次历史记录没有保存 Prompt。
调用请求(0)
按事件序号排列;密钥和 Authorization 已移除。
历史证据边界:完整 Prompt 已保存,但这次 codex_cli 记录没有保存底层 HTTP 报文或 CLI 参数。本站不会把推测内容伪装成原始请求;未来运行会在 provider.requested 中记录脱敏后的完整调用信封。
该案例没有产生 provider.requested 事件,通常表示在调用模型前已经失败或取消。
模型输出
分别显示原始响应、解析结果和 SQL。
原始响应 raw_output
没有原始响应。
结构化查询方案 plan
没有可解析方案。
模型生成 SQL
没有生成 SQL。
规范化 SQL
没有规范化 SQL。
Token 与耗时
{
"token_usage": null,
"generation_ms": null,
"execution_ms": null
}评分结果
包含评分明细、参考 SQL、结构要求、比较规则和结果差异。
评分明细 score
null参考 SQL
未公开或未生成AST 结构要求
[
{
"id": "not-exists",
"kind": "not_exists",
"min": 1
}
]结果比较规则
{
"abs_tolerance": "0",
"decimal_scale": 0,
"duplicate_policy": "multiset",
"max_rows": 10000,
"rel_tolerance": "0",
"row_order_significant": true
}期望结果预览
undefined实际结果预览
null摘要、错误与结果哈希
{
"visible_summary": null,
"error_code": null,
"error_message": null,
"expected_digest": null,
"actual_digest": null,
"assumptions": null
}事件记录(0)
按全局事件序号排列,保留时间、级别、类型、消息和 payload。
原始案例数据
完整 JSON 字段,不经过页面裁剪。
展开全部原始字段
{
"actual_digest": null,
"assumptions": null,
"attempt": 1,
"category": "anti_join",
"comparison": {
"abs_tolerance": "0",
"decimal_scale": 0,
"duplicate_policy": "multiset",
"max_rows": 10000,
"rel_tolerance": "0",
"row_order_significant": true
},
"difficulty": "medium",
"error_code": null,
"error_message": null,
"execution_ms": null,
"expected_digest": null,
"finished_at": "2026-08-29T20:42:00.804499",
"formatted_sql": null,
"generated_sql": null,
"generation_ms": null,
"id": 101,
"model_name": "Sol 本机实测",
"model_run_id": 18,
"plan": null,
"prompt": null,
"provider_request_id": null,
"question": "找出从未有已完成订单的客户,输出 customer_id、customer_name,并按 customer_id 升序;必须使用 NOT EXISTS。",
"radar_dimension": "子查询",
"raw_output": null,
"requested_model_id": "gpt-5.6-sol",
"required_ast": [
{
"id": "not-exists",
"kind": "not_exists",
"min": 1
}
],
"resolved_model_id": "gpt-5.6-sol",
"result_preview": null,
"run_id": 15,
"score": null,
"stable_key": "not_exists_customers",
"started_at": null,
"status": "cancelled",
"suite_content_hash": "0a4a18b4374f510f5eff18b06272c30c3375e1f082ae405adc8ead7dd9c81556",
"title": "从未完成订单客户",
"token_usage": null,
"visible_summary": null
}