diff --git a/CLAUDE.md b/CLAUDE.md index 4defffb..828b73a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -247,8 +247,12 @@ MODE=mock N_SAMPLES=10 bash scripts/.sh # smoke test | 必录字段 | 类型 | 说明 | |----------|------|------| | `call_id` | str | UUID,本次调用唯一标识 | +| `parent_call_id` | str? | 父调用 ID(agent step → LLM call 链路) | | `session_id` | str | epoch/step/question 关联 ID | | `model_name` | str | 使用的模型名 | +| `provider` | str | API 端点标识 | +| `messages` | str (JSON) | 原始输入 | +| `response` | str | 原始输出 | | `prompt_tokens` / `completion_tokens` | int | token 用量 | | `latency_ms` | int | 延迟毫秒 | | `cache_hit` | bool | 是否命中 Redis 缓存 |